aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/ai/officer_grayford.cpp
diff options
context:
space:
mode:
authorThanasis Antoniou2019-05-05 22:40:57 +0300
committerThanasis Antoniou2019-05-06 12:43:33 +0300
commit258a71b060991d84ef881d279e4be65d86312523 (patch)
tree0b21026fe7830f106b3fd36388f9a27a576d4d74 /engines/bladerunner/script/ai/officer_grayford.cpp
parent4a2d7269f43bcdd09d2ad42833243f9b1afd2462 (diff)
downloadscummvm-rg350-258a71b060991d84ef881d279e4be65d86312523.tar.gz
scummvm-rg350-258a71b060991d84ef881d279e4be65d86312523.tar.bz2
scummvm-rg350-258a71b060991d84ef881d279e4be65d86312523.zip
BLADERUNNER: Restore fans comment in BB11 only
And some small preparation (comments) for restoring Rachael scenes
Diffstat (limited to 'engines/bladerunner/script/ai/officer_grayford.cpp')
-rw-r--r--engines/bladerunner/script/ai/officer_grayford.cpp4
1 files changed, 2 insertions, 2 deletions
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);
}