aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJamieson Christian2002-12-07 17:10:18 +0000
committerJamieson Christian2002-12-07 17:10:18 +0000
commitba0abd27d73ef1048bfa3d86516dec86d129e378 (patch)
tree43dc1595cf1886c1d59e0b5e99d6bf6f788f2b9e /scumm
parent5f756f5cca3945e54ce432a9cda1b53d3a1042c0 (diff)
downloadscummvm-rg350-ba0abd27d73ef1048bfa3d86516dec86d129e378.tar.gz
scummvm-rg350-ba0abd27d73ef1048bfa3d86516dec86d129e378.tar.bz2
scummvm-rg350-ba0abd27d73ef1048bfa3d86516dec86d129e378.zip
Fixed GM instrument dropouts on load
svn-id: r5868
Diffstat (limited to 'scumm')
-rw-r--r--scumm/imuse.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/imuse.cpp b/scumm/imuse.cpp
index 392a9740d2..550b1994e8 100644
--- a/scumm/imuse.cpp
+++ b/scumm/imuse.cpp
@@ -3394,6 +3394,7 @@ void Part::fix_after_load()
set_detune(_detune);
set_pri(_pri);
set_pan(_pan);
+ changed (IMuseDriver::pcAll);
}
void Part::set_pitchbend_factor(uint8 value)