aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/object.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2008-05-24 22:11:41 +0000
committerEugene Sandulenko2008-05-24 22:11:41 +0000
commitf2d72d9473be5dd3d942976e8ed84d58d746def9 (patch)
tree3ed192e94ea18c91fe08f01d420dbcff55550eea /engines/cine/object.cpp
parent0147dd10dccd19ba140ccc11acff596369025ff0 (diff)
downloadscummvm-rg350-f2d72d9473be5dd3d942976e8ed84d58d746def9.tar.gz
scummvm-rg350-f2d72d9473be5dd3d942976e8ed84d58d746def9.tar.bz2
scummvm-rg350-f2d72d9473be5dd3d942976e8ed84d58d746def9.zip
Patch #1969189: "CinE renderer rewrite"
svn-id: r32257
Diffstat (limited to 'engines/cine/object.cpp')
-rw-r--r--engines/cine/object.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/object.cpp b/engines/cine/object.cpp
index 36f7b17a69..89d6b99592 100644
--- a/engines/cine/object.cpp
+++ b/engines/cine/object.cpp
@@ -236,6 +236,10 @@ uint16 compareObjectParam(byte objIdx, byte type, int16 value) {
return compareResult;
}
+/*! \bug In Operation Stealth, if you try to go downstairs to the sea in the
+ * location between bank and hotel, getObjectParam is called with paramIdx 16
+ * and crashes
+ */
int16 getObjectParam(uint16 objIdx, uint16 paramIdx) {
assert(objIdx <= NUM_MAX_OBJECT);