SetEffectNone -> StopEffect

This commit is contained in:
Chris Danford
2005-07-24 03:11:03 +00:00
parent 9cf25ad2b1
commit 1fffd48c57
12 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ void MenuTimer::Update( float fDeltaTime )
Stop();
SCREENMAN->PostMessageToTopScreen( SM_MenuTimer, 0 );
for( int i=0; i<NUM_MENU_TIMER_TEXTS; i++ )
m_text[i].SetEffectNone();
m_text[i].StopEffect();
}
}