From 349c8f4c68f19d326a3a6146fcc317160fecb010 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sun, 23 Apr 2006 18:31:14 +0000 Subject: [PATCH 1/1] tweak yeti constants a bit so that he doesn't go half out of screen SVN-Revision: 3405 --- src/badguy/yeti.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/badguy/yeti.cpp b/src/badguy/yeti.cpp index fe68b11e8..a0914da1e 100644 --- a/src/badguy/yeti.cpp +++ b/src/badguy/yeti.cpp @@ -31,7 +31,7 @@ static const float JUMP_VEL1 = 250; static const float JUMP_VEL2 = 700; static const float RUN_SPEED = 350; -static const float JUMP_TIME = 1.6; +static const float JUMP_TIME = 1.25; static const float ANGRY_JUMP_WAIT = .5; /// the time we are safe when tux just hit us static const float SAFE_TIME = .5; -- 2.11.0