diff options
Diffstat (limited to 'engines/bladerunner/script/scene/ma04.cpp')
-rw-r--r-- | engines/bladerunner/script/scene/ma04.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/bladerunner/script/scene/ma04.cpp b/engines/bladerunner/script/scene/ma04.cpp index 034ec8eec1..b7e869c21d 100644 --- a/engines/bladerunner/script/scene/ma04.cpp +++ b/engines/bladerunner/script/scene/ma04.cpp @@ -370,7 +370,7 @@ void SceneScriptMA04::phoneCallWithDektora() { Actor_Says(kActorDektora, 340, 3); Actor_Says(kActorDektora, 350, 3); if (Game_Flag_Query(kFlagCrazylegsArrested) - || Actor_Query_Goal_Number(kActorCrazylegs) == 2 + || Actor_Query_Goal_Number(kActorCrazylegs) == kGoalCrazyLegsLeavesShowroom ) { answer = 1170; // CLOVIS } else { @@ -425,7 +425,7 @@ void SceneScriptMA04::phoneCallWithLucy() { Actor_Says(kActorMcCoy, 2560, 17); Actor_Says(kActorLucy, 580, 3); if (Game_Flag_Query(kFlagCrazylegsArrested) - || Actor_Query_Goal_Number(kActorCrazylegs) == 2 + || Actor_Query_Goal_Number(kActorCrazylegs) == kGoalCrazyLegsLeavesShowroom ) { Actor_Says(kActorLucy, 630, 3); Actor_Says_With_Pause(kActorMcCoy, 2575, 0.0f, 15); |