aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/bladerunner/script/scene/ma07.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/bladerunner/script/scene/ma07.cpp b/engines/bladerunner/script/scene/ma07.cpp
index 9b67446fb1..e821fc3c2b 100644
--- a/engines/bladerunner/script/scene/ma07.cpp
+++ b/engines/bladerunner/script/scene/ma07.cpp
@@ -154,6 +154,11 @@ void SceneScriptMA07::PlayerWalkedIn() {
&& Global_Variable_Query(kVariableChapter) == 4
) {
Scene_Exits_Disable();
+#if BLADERUNNER_ORIGINAL_BUGS
+#else
+ // don't have McCoy with his gun drawn out when talking to Gaff here
+ Player_Set_Combat_Mode(false);
+#endif // BLADERUNNER_ORIGINAL_BUGS
Actor_Set_Goal_Number(kActorGaff, kGoalGaffMA07Wait);
}