Update of /cvsroot/netrek/client/netrekxp/include In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28304/include Modified Files: data.h Log Message: Revert useAllFeatures, return to previous code. Remove autoPhaser use option, ifdef out autophaser code. Index: data.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v retrieving revision 1.107 retrieving revision 1.108 diff -u -d -r1.107 -r1.108 --- data.h 21 May 2009 02:37:28 -0000 1.107 +++ data.h 22 May 2009 04:08:45 -0000 1.108 @@ -825,7 +825,6 @@ extern int fullBitmapRotation; /* draw old bitmap sets to all angles */ extern int hideConsole; /* show console window or not */ extern int autoPhaser; /* phaser exact location of enemy target closest to cursor */ -extern int useAllFeatures; /* ignore server settings for info/control feature packets */ extern struct context *context; #endif /* _h_data */