From 7a373c3f1fb8ea9dbef7690154bbe332fc386eca Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 18 Oct 2010 23:41:41 +0000 Subject: bullet ActionInterface for controlable entities, KeepAlive flag and g_keepalive --- src/game/base/game.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/base/game.h') diff --git a/src/game/base/game.h b/src/game/base/game.h index c229a18..07df62d 100644 --- a/src/game/base/game.h +++ b/src/game/base/game.h @@ -83,6 +83,9 @@ public: /// physics variable: default damping factor of space static core::Cvar *g_damping; + + /// game variable: amount of time dynamic objects are kept alive when there are no players + static core::Cvar *g_keepalive; private: -- cgit v1.2.3