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-23 10:31:45 +0000
committerStijn Buys <ingar@osirion.org>2008-08-23 10:31:45 +0000
commitdaf84bb6292eb5bf5434889a887535ec54c21b6b (patch)
tree1674d55039da9a100bf1d2a4a8596b793b6841a8 /src/game/game.h
parent7668b60981dadeced3b5c8ee27c16575d59844de (diff)
fixes for gcc 4.3.1, added g_devel
Diffstat (limited to 'src/game/game.h')
-rw-r--r--src/game/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game.h b/src/game/game.h
index 36f7321..b9e6104 100644
--- a/src/game/game.h
+++ b/src/game/game.h
@@ -54,6 +54,8 @@ public:
core::Cvar *g_impulsespeed;
core::Cvar *g_impulseacceleration;
+ core::Cvar *g_devel;
+
private:
bool load_world();