mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 12:50:51 +00:00
LASTEXPRESS: Fix multiline macros. CID 1003638
This commit is contained in:
parent
6ca845b9ea
commit
18413bc0b3
@ -723,8 +723,9 @@ IMPLEMENT_FUNCTION_II(19, Kahina, function19, CarIndex, EntityPosition)
|
||||
break;
|
||||
|
||||
case kActionNone:
|
||||
if (getEvent(kEventAnnaBaggageArgument))
|
||||
if (getEvent(kEventAnnaBaggageArgument)) {
|
||||
RESET_ENTITY_STATE(kEntityKahina, Kahina, setup_function22);
|
||||
}
|
||||
|
||||
if (getEntities()->updateEntity(kEntityKahina, (CarIndex)params->param1, (EntityPosition)params->param2))
|
||||
callbackAction();
|
||||
|
Loading…
Reference in New Issue
Block a user