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>2009-08-15 14:06:30 +0000
committerStijn Buys <ingar@osirion.org>2009-08-15 14:06:30 +0000
commit818566a1806f7b51ed8a8ecf1fb9abe0757f610e (patch)
tree7a55aa9bd93716c587f56418443c472b39198a28 /src/game/base/game.h
parente2934d43ab090b1e559ffc4f866aa39028d8495d (diff)
planet safe distance for launch and goto
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();