Update of /cvsroot/super-tux/supertux/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18323
Modified Files:
player.h
Log Message:
- increased Tux's safe time to 1250ms
Index: player.h
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/player.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- player.h 8 May 2004 10:41:42 -0000 1.52
+++ player.h 9 May 2004 19:34:43 -0000 1.53
@@ -31,7 +31,7 @@
/* Times: */
-#define TUX_SAFE_TIME 750
+#define TUX_SAFE_TIME 1250
#define TUX_INVINCIBLE_TIME 10000
#define TUX_INVINCIBLE_TIME_WARNING 2000
#define TIME_WARNING 20000 /* When to alert player they're low on time! */
|