Correct object state.

svn-id: r15002
This commit is contained in:
Travis Howell 2004-09-11 03:02:37 +00:00
parent a636f2ce91
commit e372b145b8

View File

@ -389,7 +389,7 @@ void ScummEngine_v6he::o6_setState() {
int obj = pop();
if (state & 0x8000) {
state = state & 0x7F00;
state &= 0x7FFF;
putState(obj, state);
if (_heversion >= 72)
removeObjectFromDrawQue(obj);