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>2010-11-27 16:47:39 +0000
committerStijn Buys <ingar@osirion.org>2010-11-27 16:47:39 +0000
commitd22085f13895ab5f3cc479c3249ebeea32f53ed7 (patch)
tree3071930e073e4d87d28bb164943cba1cd0b20874 /src/game/base/ship.h
parent2792e70132ceaa6eb33c8b39528fe8f2c23045e1 (diff)
Removed input lag from ship controles.
Diffstat (limited to 'src/game/base/ship.h')
-rw-r--r--src/game/base/ship.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/base/ship.h b/src/game/base/ship.h
index 033f497..b0256aa 100644
--- a/src/game/base/ship.h
+++ b/src/game/base/ship.h
@@ -124,6 +124,7 @@ private:
float current_target_strafe;
float current_target_vstrafe;
float current_target_afterburner;
+ bool current_impulse;
bool ship_jumpdrive;
float ship_jumpdrive_timer;