aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/mult_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/mult_v1.cpp')
-rw-r--r--engines/gob/mult_v1.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/gob/mult_v1.cpp b/engines/gob/mult_v1.cpp
index ee29c0b0d0..72328c42cf 100644
--- a/engines/gob/mult_v1.cpp
+++ b/engines/gob/mult_v1.cpp
@@ -26,6 +26,7 @@
#include "gob/game.h"
#include "gob/scenery.h"
#include "gob/global.h"
+#include "gob/inter.h"
namespace Gob {
@@ -178,7 +179,7 @@ void Mult_v1::loadMult(int16 resId) {
}
}
if (i == j) {
- _vm->_game->interLoadSound(19 - _sndSlotsCount);
+ _vm->_inter->loadSound(19 - _sndSlotsCount);
_sndKeys[i].soundIndex =
19 - _sndSlotsCount;
_sndSlotsCount++;
@@ -196,4 +197,8 @@ void Mult_v1::loadMult(int16 resId) {
}
}
+void Mult_v1::setMultData(uint16 multindex) {
+ error("Switching mults not supported for Gob1");
+}
+
} // End of namespace Gob