diff options
author | Jamieson Christian | 2003-05-16 02:13:21 +0000 |
---|---|---|
committer | Jamieson Christian | 2003-05-16 02:13:21 +0000 |
commit | bfb68f513a2133760b922ded3f5cf4c4f1bcc424 (patch) | |
tree | 931a563ddd642e4f4c76648c46fa93c550f774c1 | |
parent | e1652fedead9dd8c8b6f6eb709cbd1a1fdf237e6 (diff) | |
download | scummvm-rg350-bfb68f513a2133760b922ded3f5cf4c4f1bcc424.tar.gz scummvm-rg350-bfb68f513a2133760b922ded3f5cf4c4f1bcc424.tar.bz2 scummvm-rg350-bfb68f513a2133760b922ded3f5cf4c4f1bcc424.zip |
Fixed game load crash
svn-id: r7561
-rw-r--r-- | scumm/imuse.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/imuse.cpp b/scumm/imuse.cpp index 00fb6fe35d..f730c4eab6 100644 --- a/scumm/imuse.cpp +++ b/scumm/imuse.cpp @@ -3021,6 +3021,7 @@ void IMuseInternal::fix_players_after_load(Scumm *scumm) { scumm->getResourceAddress(rtSound, player->_id); player->_mt32emulate = isMT32(player->_id); player->_isGM = isGM(player->_id); + player->_midi = _midi_native; } } } |