aboutsummaryrefslogtreecommitdiff
path: root/scumm/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/object.cpp')
-rw-r--r--scumm/object.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/scumm/object.cpp b/scumm/object.cpp
index f81b12f1a9..c3f613c5a5 100644
--- a/scumm/object.cpp
+++ b/scumm/object.cpp
@@ -101,12 +101,6 @@ void Scumm::putClass(int obj, int cls, bool set) {
}
}
- // FIXME: It isn't enough for the Indy3 intro to make the
- // little trains ignore boxes, they have to always clip as
- // well. Is this yet another walkbox 0 error?
- if (_gameId == GID_INDY3_256 && cls == kObjectClassIgnoreBoxes && _currentRoom == 76)
- putClass(obj, kObjectClassAlwaysClip, set);
-
if (set)
_classData[obj] |= (1 << (cls - 1));
else