Skip to content

Commit

Permalink
BLADERUNNER: Mark a bug in original code
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Mar 19, 2018
1 parent 5e94e8a commit bf798bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/bladerunner/script/ai/officer_grayford.cpp
Expand Up @@ -289,7 +289,7 @@ void AIScriptOfficerGrayford::ClickedByPlayer() {
if (Random_Query(1, 2) == 1) {
Actor_Says(kActorMcCoy, 5075, 14);
} else {
Actor_Says(kActorMcCoy, 5075, 14);
Actor_Says(kActorMcCoy, 5075, 14); // bug in the original? Matches the above statement
}
Actor_Set_Goal_Number(kActorOfficerGrayford, 3);
break;
Expand Down

0 comments on commit bf798bd

Please sign in to comment.