Update of /cvsroot/opentnl/tnl/zap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19048/zap
Modified Files:
game.h main.cpp
Log Message:
Upped version number in readme and game
Placed deathmatch game between ctf and soccer games
Lowered time limit to 10 minutes
Index: main.cpp
===================================================================
RCS file: /cvsroot/opentnl/tnl/zap/main.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** main.cpp 3 May 2004 23:31:45 -0000 1.18
--- main.cpp 4 May 2004 18:24:52 -0000 1.19
***************
*** 54,58 ****
const char *gMasterAddressString = "IP:master.opentnl.org:29005";
Address gMasterAddress;
! const char *gLevelList = "level1.txt level3.txt";
void reshape(int nw, int nh)
--- 54,58 ----
const char *gMasterAddressString = "IP:master.opentnl.org:29005";
Address gMasterAddress;
! const char *gLevelList = "level1.txt level2.txt level3.txt level2.txt";
void reshape(int nw, int nh)
Index: game.h
===================================================================
RCS file: /cvsroot/opentnl/tnl/zap/game.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** game.h 4 May 2004 06:27:40 -0000 1.13
--- game.h 4 May 2004 18:24:51 -0000 1.14
***************
*** 213,217 ****
extern void endGame();
! #define ZAP_GAME_STRING "ZAP 1.1.3"
};
--- 213,217 ----
extern void endGame();
! #define ZAP_GAME_STRING "ZAP 1.1.4"
};
|