mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Fixed character selection screen.
svn-id: r35605
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user