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
This commit is contained in:
Max Horn 2004-01-11 21:55:26 +00:00
parent c67d25cfb9
commit 87e8ccd8c1

View file

@ -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;
}