fix assert

This commit is contained in:
Glenn Maynard
2005-07-05 21:43:17 +00:00
parent b96a004921
commit 858c7e3ce3
+1 -1
View File
@@ -58,7 +58,7 @@ void ScreenDemonstration::Init()
if( GAMESTATE->m_pCurSong == NULL ) // we didn't find a song.
{
HandleScreenMessage( SM_GoToNextScreen ); // Abort demonstration.
PostScreenMessage( SM_GoToNextScreen, 0 ); // Abort demonstration.
return;
}