MenuTimer set to "00" after pressing Start.

This commit is contained in:
Chris Danford
2002-10-20 19:38:07 +00:00
parent bb669368ba
commit 3e12a22626
+1
View File
@@ -119,6 +119,7 @@ void MenuTimer::Update( float fDeltaTime )
void MenuTimer::StopTimer()
{
SetTimer( 0 );
m_bTimerStopped = true;
}