From 4c5b00221c9405c5af06143974fbc6296ebe46b5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 18 Oct 2010 19:13:58 +0000 Subject: local vstrafe support, initial ship collision, g_damping factor --- src/game/base/game.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/game/base/game.h') diff --git a/src/game/base/game.h b/src/game/base/game.h index 3f67a25..c229a18 100644 --- a/src/game/base/game.h +++ b/src/game/base/game.h @@ -78,8 +78,12 @@ public: /// game variable: jumppoint range static core::Cvar *g_jumppointrange; - /// game variable: enable or disable development mode + /// game variable: enable or disable development mode (cheat mode) static core::Cvar *g_devel; + + /// physics variable: default damping factor of space + static core::Cvar *g_damping; + private: bool load_world(); @@ -94,7 +98,7 @@ private: bool load_ships(); - bool load_player(); + bool load_defaults(); /* ---- engine functions ----------------------------------- */ -- cgit v1.2.3