silent, stealth

This commit is contained in:
Glenn Maynard
2007-03-16 07:46:16 +00:00
parent 138b3b5b1f
commit 17aa18154d
2 changed files with 10 additions and 5 deletions
+3
View File
@@ -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];