Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs16:/tmp/cvs-serv12921/include Modified Files: data.h Log Message: Netrekrc option fullBitmapRotation to choose to use 32 position bitmap sets rather than rotating the bitmaps to 256 positions. Added yellow alert/cloak range circle to tactical if tactical is big enough. Index: data.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v retrieving revision 1.76 retrieving revision 1.77 diff -u -d -r1.76 -r1.77 --- data.h 13 Apr 2007 07:12:20 -0000 1.76 +++ data.h 14 Apr 2007 02:56:18 -0000 1.77 @@ -742,4 +742,5 @@ extern int packetLights; /* show packet send/receive via dashboard */ extern int infoRange; /* show limit on info with large tactical windows */ extern int scaleFactor; /* allows for scaling of graphics */ +extern int fullBitmapRotation; /* draw old bitmap sets to all angles */ #endif /* _h_data */