Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32252/include Modified Files: data.h Log Message: Netrekrc option newTeams for using new graphical team windows Index: data.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- data.h 15 Mar 2007 01:44:32 -0000 1.58 +++ data.h 15 Mar 2007 04:34:44 -0000 1.59 @@ -704,6 +704,7 @@ extern int richText; /* temporary variable to enable/disable rich text windows */ extern int newQuit; /* new quit clock */ +extern int newTeams; /* new team windows */ extern int soundVolume; /* Starting sound volume (0-128 range) */ extern int soundEffects; /* Use sound effects playback */ extern int soundMusic; /* Use music playback */