- increased Tux's safe time to 1250ms
authorRyan Flegel <rflegel@gmail.com>
Sun, 9 May 2004 19:34:43 +0000 (19:34 +0000)
committerRyan Flegel <rflegel@gmail.com>
Sun, 9 May 2004 19:34:43 +0000 (19:34 +0000)
SVN-Revision: 1054

src/player.h

index 1de3207..cfccd40 100644 (file)
@@ -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! */