From bd421e2b53326657f2746ef0f55c08ea53d7a761 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 7 Jul 2011 23:23:12 +0000 Subject: Added a 2 second jump drive cooldown, added jump completed sound effect, reset keyboard modifiers when resetting the video subsystem. --- src/game/base/game.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/base/game.h') diff --git a/src/game/base/game.h b/src/game/base/game.h index 908aeb6..27ba31b 100644 --- a/src/game/base/game.h +++ b/src/game/base/game.h @@ -41,6 +41,7 @@ const float planet_safe_distance = 50.0f; // ship engine delay times const float jump_timer_delay = 5.0f; +const float jump_cooldown_delay = 2.0f; const float impulse_timer_delay = 3.0f; -- cgit v1.2.3