Update of /cvsroot/netrek/client/netrekxp/include In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16050/include Modified Files: struct.h Log Message: Remove ARMY_SLIDER define. Remove unnecessary updating of stat win when kill packet received, as stat win does not have a slider for armies/kills. Index: struct.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/struct.h,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- struct.h 23 May 2009 15:21:19 -0000 1.34 +++ struct.h 9 Jun 2009 00:08:04 -0000 1.35 @@ -410,12 +410,7 @@ * onto, set only client */ short pl_orbit; /* Planet orbiting, sent by server */ short p_playerl; /* Player locked onto */ - -#ifdef ARMY_SLIDER int p_armies; /* XXX: for stats */ -#else - short p_armies; -#endif /* ARMY_SLIDER */ int p_fuel; short p_explode; /* Keeps track of final * explosion */