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:
parent
c67d25cfb9
commit
87e8ccd8c1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue