[Scummvm-git-logs] scummvm master -> ba5e103a29356b110d42be440d3f2bb4c67a4dc0
antoniou79
a.antoniou79 at gmail.com
Sat May 29 16:06:10 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
ba5e103a29 BLADERUNNER: Fix comment (clue instead of quote)
Commit: ba5e103a29356b110d42be440d3f2bb4c67a4dc0
https://github.com/scummvm/scummvm/commit/ba5e103a29356b110d42be440d3f2bb4c67a4dc0
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2021-05-29T19:05:31+03:00
Commit Message:
BLADERUNNER: Fix comment (clue instead of quote)
Changed paths:
engines/bladerunner/script/scene/nr04.cpp
diff --git a/engines/bladerunner/script/scene/nr04.cpp b/engines/bladerunner/script/scene/nr04.cpp
index c9da905214..31851c4be8 100644
--- a/engines/bladerunner/script/scene/nr04.cpp
+++ b/engines/bladerunner/script/scene/nr04.cpp
@@ -250,7 +250,7 @@ void SceneScriptNR04::ActorChangedGoal(int actorId, int newGoal, int oldGoal, bo
Actor_Change_Animation_Mode(kActorEarlyQ, 85);
Actor_Face_Actor(kActorMcCoy, kActorEarlyQ, true);
Actor_Set_Goal_Number(kActorEarlyQ, kGoalEarlyQNR04ScorpionsCheck);
- // The quotes corresponding to this quote are from kGoalEarlyQNR04McCoyPulledGun (previous goal of EarlyQ)
+ // The quotes corresponding to this clue are from kGoalEarlyQNR04McCoyPulledGun (previous goal of EarlyQ)
// That goal leads to this one (if McCoy does not shoot Early Q that is)
// TODO maybe move acquiring the clue to the kGoalEarlyQNR04McCoyPulledGun?
Actor_Clue_Acquire(kActorMcCoy, kClueEarlyQInterview, false, kActorEarlyQ);
More information about the Scummvm-git-logs
mailing list