aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v1.cpp
diff options
context:
space:
mode:
authorSven Hesse2009-06-18 13:27:35 +0000
committerSven Hesse2009-06-18 13:27:35 +0000
commitd4855ff81929b9d8faa854e428122271bbd0b219 (patch)
treeb11a973056875b5ad4a44b736d410f00482f1906 /engines/gob/inter_v1.cpp
parentc9517af76ee34c415ec15717d5d7c80ea808d11e (diff)
downloadscummvm-rg350-d4855ff81929b9d8faa854e428122271bbd0b219.tar.gz
scummvm-rg350-d4855ff81929b9d8faa854e428122271bbd0b219.tar.bz2
scummvm-rg350-d4855ff81929b9d8faa854e428122271bbd0b219.zip
Splitting an ADLPlayer and MDYPlayer from the AdLib class
svn-id: r41633
Diffstat (limited to 'engines/gob/inter_v1.cpp')
-rw-r--r--engines/gob/inter_v1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_v1.cpp b/engines/gob/inter_v1.cpp
index 26d6d9b3d9..70a7e12849 100644
--- a/engines/gob/inter_v1.cpp
+++ b/engines/gob/inter_v1.cpp
@@ -1520,7 +1520,7 @@ bool Inter_v1::o1_playSound(OpFuncParams &params) {
}
if (sample->getType() == SOUND_ADL) {
- _vm->_sound->adlibLoad(sample->getData(), sample->size(), index);
+ _vm->_sound->adlibLoadADL(sample->getData(), sample->size(), index);
_vm->_sound->adlibSetRepeating(repCount - 1);
_vm->_sound->adlibPlay();
} else {