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-11-30 16:06:59 +0000
committerStijn Buys <ingar@osirion.org>2008-11-30 16:06:59 +0000
commit04522db8d540a264d3e136d38c693e8fa97bdabd (patch)
tree29284e43325a3e73c2123daa256463a600883eb0 /src/game/base/game.h
parent37c0f3b6a793495c95f6cf08c2c45d3030b539c4 (diff)
realistic strafe speed,
moved launch buttons to the top of the docking menu
Diffstat (limited to 'src/game/base/game.h')
-rw-r--r--src/game/base/game.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/base/game.h b/src/game/base/game.h
index 6f4cffd..caeb50a 100644
--- a/src/game/base/game.h
+++ b/src/game/base/game.h
@@ -55,9 +55,6 @@ public:
/// game variable: acceleration of the impulse drive
static core::Cvar *g_impulseacceleration;
- /// game variable strafe speed
- static core::Cvar *g_strafespeed;
-
/// game variable: jumppoint range
static core::Cvar *g_jumppointrange;