parent
c96ce86cab
commit
befc7ed3db
1 changed files with 7 additions and 1 deletions
|
@ -200,7 +200,13 @@ void SkyState::go() {
|
|||
|
||||
if (introSkipped)
|
||||
_skyControl->restartGame();
|
||||
|
||||
else { //workaround for bug #791207
|
||||
_skySound->loadSection(1);
|
||||
_skyMusic->loadSection(1);
|
||||
_skyMusic->startMusic(2);
|
||||
_systemVars.currentMusic = 2;
|
||||
}
|
||||
|
||||
_lastSaveTime = _system->get_msecs();
|
||||
|
||||
while (1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue