aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/object.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/object.cpp b/scumm/object.cpp
index 7de49d821e..7b51b0cf05 100644
--- a/scumm/object.cpp
+++ b/scumm/object.cpp
@@ -126,6 +126,7 @@ int Scumm::getObjectIndex(int object)
// hack in the whole engine. It's that bad.
// (Workaround flobject 188/189 not loaded bug)
if (_gameId == GID_CMI && ((object == 188 || object == 189))) {
+ warning("FIXME MAJOR: Hacking load of FlObject %d\n", object);
loadFlObject(object, 3);
return getObjectIndex(object);
}