Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-07-07 23:23:12 +0000
committerStijn Buys <ingar@osirion.org>2011-07-07 23:23:12 +0000
commitbd421e2b53326657f2746ef0f55c08ea53d7a761 (patch)
tree3d02893a3d4de835fc0ee678afbab52747605abb /src/client/input.cc
parent035c602e0afc659b344d685614ec7a2e334636b6 (diff)
Added a 2 second jump drive cooldown, added jump completed sound effect, reset keyboard modifiers when resetting the video subsystem.
Diffstat (limited to 'src/client/input.cc')
-rw-r--r--src/client/input.cc1
1 files changed, 1 insertions, 0 deletions
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()