aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v1.cpp')
-rw-r--r--scumm/script_v1.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/scumm/script_v1.cpp b/scumm/script_v1.cpp
index 66c03fc865..4058958725 100644
--- a/scumm/script_v1.cpp
+++ b/scumm/script_v1.cpp
@@ -525,11 +525,6 @@ void Scumm::o5_setClass()
continue;
}
- // FIXME hack to make trains in lucasfilm games logo work
- // the way they should
- if ((_gameId == GID_INDY3_256) && (_currentRoom == 76))
- newClass--;
-
putClass(obj, newClass, (newClass & 0x80) ? true : false);
}
}