Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11781/include Modified Files: data.h Log Message: Added hideConsole netrekrc.txt option. Added zlib1.dll for paradise support. Index: data.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- data.h 12 Jun 2007 01:23:17 -0000 1.91 +++ data.h 29 Jul 2007 01:38:38 -0000 1.92 @@ -823,4 +823,5 @@ extern int scaleFactor; /* allows for scaling of tactical window */ extern int mapscaleFactor; /* allows for scaling of galactic window, unused */ extern int fullBitmapRotation; /* draw old bitmap sets to all angles */ +extern int hideConsole; /* show console window or not */ #endif /* _h_data */