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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/game/base/game.h b/src/game/base/game.h
index 07df62d..7dc17bb 100644
--- a/src/game/base/game.h
+++ b/src/game/base/game.h
@@ -69,12 +69,9 @@ public:
/* --- game variables -------------------------------------- */
- /// game variable: speed of the impulse drive
+ /// game variable: maximum speed of the impulse drive
static core::Cvar *g_impulsespeed;
- /// game variable: acceleration of the impulse drive
- static core::Cvar *g_impulseacceleration;
-
/// game variable: jumppoint range
static core::Cvar *g_jumppointrange;
@@ -117,6 +114,7 @@ private:
static void func_buy(core::Player *player, std::string const &args);
static void func_sell(core::Player *player, const std::string &args);
static void func_give(core::Player *player, const std::string &args);
+ static void func_specs(core::Player *player, const std::string &args);
static void func_eject(core::Player *player, const std::string &args);
static void func_beam(core::Player *player, const std::string &args);
};