Bugfix: Stages not reset when game over. (Well.. they do now!)

This commit is contained in:
Andrew Livy
2002-07-11 00:44:34 +00:00
parent d460520ddb
commit f8042bcc52
3 changed files with 5 additions and 1 deletions
-1
View File
@@ -67,7 +67,6 @@ ScreenStage::ScreenStage()
case 5: SOUND->PlayOnceStreamedFromDir( ANNOUNCER->GetPathTo(ANNOUNCER_STAGE_5) ); break;
default: ; break; // play nothing
}
}