|
From: Rob <geo...@us...> - 2005-09-03 19:49:53
|
Update of /cvsroot/timewarp/source/games In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2402/source/games Modified Files: gflmelee.cpp Log Message: some minor bugfixes Index: gflmelee.cpp =================================================================== RCS file: /cvsroot/timewarp/source/games/gflmelee.cpp,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** gflmelee.cpp 28 Aug 2005 20:31:00 -0000 1.30 --- gflmelee.cpp 3 Sep 2005 19:49:44 -0000 1.31 *************** *** 87,103 **** - - extern int PANEL_WIDTH; - extern int PANEL_HEIGHT; - extern int CAPTAIN_X; - extern int CAPTAIN_Y; - extern int PANEL_DEATH_FRAMES; - extern int crew_x; - extern int crew_y; - extern int batt_x; - extern int batt_y; - - - // most of this is copied from ZRadar. class YRadar : public Presence --- 87,90 ---- |