mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
ASYLUM: fix a race in UpdateActor opcode
This unblocks the odd state in Chapter 3 found by digitall
This commit is contained in:
parent
7a7a98baae
commit
abc56853eb
@ -972,6 +972,10 @@ IMPLEMENT_OPCODE(UpdateActor)
|
||||
_processNextEntry = true;
|
||||
return;
|
||||
|
||||
case kActorStatusEnabled:
|
||||
case kActorStatusEnabled2:
|
||||
return;
|
||||
|
||||
case kActorStatusPickupItem:
|
||||
actor->enable();
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user