From: Ryan Flegel Date: Sun, 9 May 2004 19:34:43 +0000 (+0000) Subject: - increased Tux's safe time to 1250ms X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=74aea954a318c5089de3a3a3f8f4ae545d6f6ffe;p=supertux.git - increased Tux's safe time to 1250ms SVN-Revision: 1054 --- diff --git a/src/player.h b/src/player.h index 1de320724..cfccd4006 100644 --- a/src/player.h +++ b/src/player.h @@ -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! */