aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/m4.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2010-03-14 05:39:47 +0000
committerPaul Gilbert2010-03-14 05:39:47 +0000
commit77c821249e706875c45689ea8361773955cbd532 (patch)
treea3282deec3881470b39f546532c8e9da699fa594 /engines/m4/m4.cpp
parentf4bf67cd217bec611cfa39b4d3c557a2413c2f15 (diff)
downloadscummvm-rg350-77c821249e706875c45689ea8361773955cbd532.tar.gz
scummvm-rg350-77c821249e706875c45689ea8361773955cbd532.tar.bz2
scummvm-rg350-77c821249e706875c45689ea8361773955cbd532.zip
Further work on separating M4 specific scene code into the m4_scene.cpp file
svn-id: r48256
Diffstat (limited to 'engines/m4/m4.cpp')
-rw-r--r--engines/m4/m4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/m4.cpp b/engines/m4/m4.cpp
index 5ce21b4a57..48a0cb7116 100644
--- a/engines/m4/m4.cpp
+++ b/engines/m4/m4.cpp
@@ -412,7 +412,7 @@ Common::Error M4Engine::run() {
_scene->loadScene(_kernel->currentRoom);
_ws->setBackgroundSurface(_scene->getBackgroundSurface());
- _ws->setInverseColorTable(_scene->getInverseColorTable());
+ _ws->setInverseColourTable(scene()->getInverseColourTable());
_kernel->loadSectionScriptFunctions();
_kernel->loadRoomScriptFunctions();