cleanup: StopTimer in ScreenSelect

This commit is contained in:
Glenn Maynard
2005-10-13 22:59:53 +00:00
parent 3dc1e1b943
commit fce721238e
3 changed files with 1 additions and 2 deletions
-1
View File
@@ -338,7 +338,6 @@ void ScreenSelectMaster::HandleScreenMessage( const ScreenMessage SM )
fSecs = max( fSecs, 0 );
SCREENMAN->PostMessageToTopScreen( SM_AllDoneChoosing, fSecs ); // notify parent that we're finished
StopTimer();
}
}