aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/nr11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/scene/nr11.cpp')
-rw-r--r--engines/bladerunner/script/scene/nr11.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/bladerunner/script/scene/nr11.cpp b/engines/bladerunner/script/scene/nr11.cpp
index ab7d899e9f..515fb7875f 100644
--- a/engines/bladerunner/script/scene/nr11.cpp
+++ b/engines/bladerunner/script/scene/nr11.cpp
@@ -214,10 +214,12 @@ bool SceneScriptNR11::ClickedOn3DObject(const char *objectName, bool combatMode)
Game_Flag_Set(kFlagDektoraRanAway);
}
} else {
+ // TODO why put this here? Could be a bug.
+ // There's a chance that McCoy will say this while "searching" for hidden Dektora
if (Random_Query(1, 2) == 1) {
- Actor_Says(kActorMcCoy, 8575, 14);
+ Actor_Says(kActorMcCoy, 8575, 14); // More useless junk.
} else {
- Actor_Says(kActorMcCoy, 8580, 14);
+ Actor_Says(kActorMcCoy, 8580, 14); // Nothing else there
}
}
}