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/client/input.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/input.cc') diff --git a/src/client/input.cc b/src/client/input.cc index 50ef4da..8672284 100644 --- a/src/client/input.cc +++ b/src/client/input.cc @@ -713,6 +713,7 @@ void reset() last_key = 0; mouse_lastmoved = 0; joystick_lastmoved = 0; + keyboard_modifiers = 0; } void frame() -- cgit v1.2.3