From 680b5a4487a6c1b08f79c4a657b63715e69240de Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 10 Mar 2014 00:00:39 -0400 Subject: MADS: In progress implementation of PaletteUsage::process --- engines/mads/interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mads/interface.cpp') 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(); -- cgit v1.2.3