Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv15029/include Modified Files: data.h Log Message: Following COW changes, added fps feature packet support, still needs some work. data.c, data.h, feature.c: add support for FPS server-only feature, not a client requested feature. local.c: use the new fps variable to correct animation time for cloak and explosion. local.c: change explosion sound to trigger off p_explode rather than the counter variable i, which now increments more slowly at higher fps. Was causing explosion sound to be played 5 times in a row. Index: data.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- data.h 21 Feb 2007 15:17:02 -0000 1.46 +++ data.h 22 Feb 2007 16:22:12 -0000 1.47 @@ -575,6 +575,8 @@ extern int portSwap; #endif +extern int fps; + // Load Ship Bitmaps from .BMP files extern char *fed_ship_bmp; extern char *rom_ship_bmp;