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>2008-08-01 23:01:35 +0000
committerStijn Buys <ingar@osirion.org>2008-08-01 23:01:35 +0000
commite5a14a1e1a6d822b3b97df803c91727b16d770d2 (patch)
tree431f0a3611298c8c41750edaecf3b6f9c7a81407 /src/game/game.h
parentf831477c2502b7a2b32cd1fe1b6678a9c87d3fda (diff)
the kinetic impulse drive
Diffstat (limited to 'src/game/game.h')
-rw-r--r--src/game/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game.h b/src/game/game.h
index eed0b29..2ad977f 100644
--- a/src/game/game.h
+++ b/src/game/game.h
@@ -51,6 +51,7 @@ public:
static inline Game *instance() { return game_instance; }
core::Cvar *g_impulsespeed;
+ core::Cvar *g_impulseacceleration;
private:
bool load_world();