mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
LASTEXPRESS: Add missing logic in Waiter2 for chapter 4
This commit is contained in:
parent
73cc1803cb
commit
d921f6721d
@ -572,6 +572,12 @@ IMPLEMENT_FUNCTION(26, Waiter2, serving4)
|
||||
if (!getEntities()->isInKitchen(kEntityWaiter2) || !getEntities()->isSomebodyInsideRestaurantOrSalon())
|
||||
break;
|
||||
|
||||
if (ENTITY_PARAM(1, 3)) {
|
||||
setCallback(1);
|
||||
setup_augustNeedsADrink();
|
||||
break;
|
||||
}
|
||||
|
||||
if (ENTITY_PARAM(1, 5)) {
|
||||
setCallback(2);
|
||||
setup_serveAugustADrink();
|
||||
|
Loading…
Reference in New Issue
Block a user