From 258a71b060991d84ef881d279e4be65d86312523 Mon Sep 17 00:00:00 2001 From: Thanasis Antoniou Date: Sun, 5 May 2019 22:40:57 +0300 Subject: BLADERUNNER: Restore fans comment in BB11 only And some small preparation (comments) for restoring Rachael scenes --- engines/bladerunner/script/ai/officer_grayford.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/bladerunner/script/ai/officer_grayford.cpp') diff --git a/engines/bladerunner/script/ai/officer_grayford.cpp b/engines/bladerunner/script/ai/officer_grayford.cpp index 7f502cd6db..3c54790335 100644 --- a/engines/bladerunner/script/ai/officer_grayford.cpp +++ b/engines/bladerunner/script/ai/officer_grayford.cpp @@ -385,7 +385,7 @@ void AIScriptOfficerGrayford::ClickedByPlayer() { _animationState = 37; _animationFrame = 0; } - Actor_Face_Actor(kActorOfficerGrayford, kActorMcCoy, 1); + Actor_Face_Actor(kActorOfficerGrayford, kActorMcCoy, true); Actor_Says(kActorOfficerGrayford, 190, 19); Actor_Set_Goal_Number(kActorOfficerGrayford, 105); break; @@ -535,7 +535,7 @@ bool AIScriptOfficerGrayford::GoalChanged(int currentGoalNumber, int newGoalNumb Player_Gains_Control(); if (Actor_Query_Goal_Number(kActorMoraji) == kGoalMorajiDead) { - Actor_Face_Actor(kActorOfficerGrayford, kActorMoraji, 1); + Actor_Face_Actor(kActorOfficerGrayford, kActorMoraji, true); } else { Actor_Face_Waypoint(kActorOfficerGrayford, 97, 1); } -- cgit v1.2.3