aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/interface.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-10 00:00:39 -0400
committerPaul Gilbert2014-03-10 00:00:39 -0400
commit680b5a4487a6c1b08f79c4a657b63715e69240de (patch)
tree8f1d9664d890c96ea5ffea9d774d475cbbfacd0c /engines/mads/interface.cpp
parentc89193f24f252cf1a7f744f2712218b6808370fc (diff)
downloadscummvm-rg350-680b5a4487a6c1b08f79c4a657b63715e69240de.tar.gz
scummvm-rg350-680b5a4487a6c1b08f79c4a657b63715e69240de.tar.bz2
scummvm-rg350-680b5a4487a6c1b08f79c4a657b63715e69240de.zip
MADS: In progress implementation of PaletteUsage::process
Diffstat (limited to 'engines/mads/interface.cpp')
-rw-r--r--engines/mads/interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/interface.cpp b/engines/mads/interface.cpp
index 79ae1d7826..cd2f162cf3 100644
--- a/engines/mads/interface.cpp
+++ b/engines/mads/interface.cpp
@@ -101,7 +101,7 @@ void InterfaceSurface::setup(int id) {
copyTo(&_surface);
if (_vm->_game->_v1 == 5)
- scene._imageInterEntries.call(0);
+ scene._imageInterEntries.call(0, 0);
scene._action.clear();
writeText();