Only load the commands once.

This commit is contained in:
Steve Checkoway
2007-04-08 22:48:25 +00:00
parent 8e2e7aefb9
commit 9f458bd62b
+1 -1
View File
@@ -2495,7 +2495,7 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM )
FOREACH_EnabledPlayer(p)
fMaxSurviveSeconds = max( fMaxSurviveSeconds, STATSMAN->m_CurStageStats.m_player[p].m_fAliveSeconds );
m_textSurviveTime.SetText( "TIME: " + SecondsToMMSSMsMs(fMaxSurviveSeconds) );
LOAD_ALL_COMMANDS_AND_SET_XY_AND_ON_COMMAND( m_textSurviveTime );
ON_COMMAND( m_textSurviveTime );
}
if( GAMESTATE->IsCourseMode() )