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/base/game.h')
-rw-r--r--src/game/base/game.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/base/game.h b/src/game/base/game.h
index 7519970..9b2d377 100644
--- a/src/game/base/game.h
+++ b/src/game/base/game.h
@@ -73,10 +73,6 @@ public:
/// game variable: enable or disable development mode
static core::Cvar *g_devel;
-
- /// game variable: enable or disable collision
- static core::Cvar *g_collision;
-
private:
bool load_world();