Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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();