This commit is contained in:
Glenn Maynard
2005-10-13 04:20:56 +00:00
parent 242f33fa91
commit 4018c7be8b
+1 -1
View File
@@ -337,7 +337,7 @@ void ScreenSelectMaster::HandleScreenMessage( const ScreenMessage SM )
fSecs = GetTweenTimeLeft();
fSecs = max( fSecs, 0 );
SCREENMAN->PostMessageToTopScreen( SM_AllDoneChoosing, fSecs ); // nofify parent that we're finished
SCREENMAN->PostMessageToTopScreen( SM_AllDoneChoosing, fSecs ); // notify parent that we're finished
StopTimer();
}
}