Fixed character selection screen.

svn-id: r35605
This commit is contained in:
Johannes Schickel
2008-12-29 14:03:27 +00:00
parent e4d2f58417
commit ce73425bef
+2
View File
@@ -163,11 +163,13 @@ Common::Error LoLEngine::go() {
_screen->clearPage(0);
setupPrologueData(true);
_sound->loadSoundFile("LOREINTR");
_sound->playTrack(6);
/*int character = */chooseCharacter();
_sound->playTrack(1);
_screen->fadeToBlack();
setupPrologueData(true);
} else if (processSelection == 3) {
//XXX
}