mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 21:00:39 +00:00
LASTEXPRESS: Fix nasty bug with multiline macro. CID 1003640
This commit is contained in:
parent
3263a5eda6
commit
6ca845b9ea
@ -3248,8 +3248,9 @@ IMPLEMENT_FUNCTION(63, August, function63)
|
||||
break;
|
||||
|
||||
case kAction1:
|
||||
if (getEntities()->isInSalon(kEntityAlexei))
|
||||
if (getEntities()->isInSalon(kEntityAlexei)) {
|
||||
RESET_ENTITY_STATE(kEntityAlexei, Alexei, setup_function44);
|
||||
}
|
||||
|
||||
getData()->inventoryItem = kItemNone;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user