remove Set/GetHidden, leave *Visible

remove hidden from ActorCommands eventually
This commit is contained in:
Chris Danford
2007-02-13 06:32:26 +00:00
parent 7561b3b630
commit f7fc9ceaa5
29 changed files with 112 additions and 113 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ void MenuTimer::EnableStealth( bool bStealth )
for( int i=0; i<NUM_MENU_TIMER_TEXTS; i++ )
{
m_text[i].SetHidden( bStealth );
m_text[i].SetVisible( !bStealth );
}
}