aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJames Brown2002-11-10 07:58:53 +0000
committerJames Brown2002-11-10 07:58:53 +0000
commitd21e0a33735c9604ad00de1688ed1fa1ba4a1765 (patch)
treee7539fbc34d5d1bdbf496adc6c614071ae4e25e6 /scumm
parent84614734677c5ec2313b62d2fc718938c7548fd7 (diff)
downloadscummvm-rg350-d21e0a33735c9604ad00de1688ed1fa1ba4a1765.tar.gz
scummvm-rg350-d21e0a33735c9604ad00de1688ed1fa1ba4a1765.tar.bz2
scummvm-rg350-d21e0a33735c9604ad00de1688ed1fa1ba4a1765.zip
Remove hack. It's not even the CORRECT hack for this problem.
svn-id: r5480
Diffstat (limited to 'scumm')
-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);
}
}