Merged from trunk, from Rev 49499 to HEAD
svn-id: r50840
This commit is contained in:
commit
609e08d5db
608 changed files with 146447 additions and 31050 deletions
|
@ -576,6 +576,10 @@ bool ScummEngine::loadState(int slot, bool compat) {
|
|||
// Fixes bug #1766072: MANIACNES: Music Doesn't Start On Load Game
|
||||
if (_game.platform == Common::kPlatformNES) {
|
||||
runScript(5, 0, 0, 0);
|
||||
|
||||
if (VAR(224)) {
|
||||
_sound->addSoundToQueue(VAR(224));
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue