silent, stealth
This commit is contained in:
@@ -22,6 +22,7 @@ public:
|
||||
void Stop(); // set to "00" and pause
|
||||
void Disable(); // set to "99" and pause
|
||||
void Stall(); // pause countdown for a sec
|
||||
void EnableSilent( bool bSilent ) { m_bSilent = bSilent; } // make timer silent
|
||||
void EnableStealth( bool bStealth ); // make timer invisible and silent
|
||||
|
||||
//
|
||||
@@ -38,6 +39,8 @@ protected:
|
||||
|
||||
#define NUM_MENU_TIMER_TEXTS 2
|
||||
|
||||
bool m_bSilent;
|
||||
|
||||
BitmapText m_text[NUM_MENU_TIMER_TEXTS];
|
||||
|
||||
LuaReference m_exprFormatText[NUM_MENU_TIMER_TEXTS];
|
||||
|
||||
Reference in New Issue
Block a user