mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-14 13:58:01 +00:00
Correct object state.
svn-id: r15002
This commit is contained in:
parent
a636f2ce91
commit
e372b145b8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user