aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamieson Christian2003-05-16 02:13:21 +0000
committerJamieson Christian2003-05-16 02:13:21 +0000
commitbfb68f513a2133760b922ded3f5cf4c4f1bcc424 (patch)
tree931a563ddd642e4f4c76648c46fa93c550f774c1
parente1652fedead9dd8c8b6f6eb709cbd1a1fdf237e6 (diff)
downloadscummvm-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.cpp1
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;
}
}
}