aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-01-11 21:55:26 +0000
committerMax Horn2004-01-11 21:55:26 +0000
commit87e8ccd8c164c76ff37853ec1d7929348422581c (patch)
tree704bd3a037703e987b9054357fa953cfd398df23 /scumm
parentc67d25cfb9c861ae7c11b06c844a8c16419aa236 (diff)
downloadscummvm-rg350-87e8ccd8c164c76ff37853ec1d7929348422581c.tar.gz
scummvm-rg350-87e8ccd8c164c76ff37853ec1d7929348422581c.tar.bz2
scummvm-rg350-87e8ccd8c164c76ff37853ec1d7929348422581c.zip
stupid me shouldn't write fixes, then in the last minute decide to put them into another place, then commit it before recompiling once more <sigh>
svn-id: r12329
Diffstat (limited to 'scumm')
-rw-r--r--scumm/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/object.cpp b/scumm/object.cpp
index 8237e8a8d1..08a658f1c6 100644
--- a/scumm/object.cpp
+++ b/scumm/object.cpp
@@ -351,7 +351,7 @@ void ScummEngine::drawRoomObject(int i, int arg) {
a = od->parentstate;
if (!od->parent) {
// Ignore FlObjects (they are drawn some other place)
- if (od.od.fl_object_index == 0)
+ if (od->fl_object_index == 0)
drawObject(i, arg);
break;
}