BLADERUNNER: Fix inconsistency for Guzza's quote in UG18

KIA clue kClueBriefcase plays this quote, but in-game dialogue was skipping it
This commit is contained in:
antoniou79 2022-10-14 11:30:44 +03:00
parent ffe65087a8
commit 3ef467dafc

View File

@ -519,6 +519,12 @@ void SceneScriptUG18::talkWithGuzza() {
Actor_Face_Actor(kActorGuzza, kActorMcCoy, true);
Actor_Start_Speech_Sample(kActorGuzza, 810);
Loop_Actor_Walk_To_XYZ(kActorGuzza, -57.21f, 0.0f, -334.17f, 0, false, false, false);
#if !BLADERUNNER_ORIGINAL_BUGS
// Fix for inconsistency bug:
// This quote plays for the KIA clue (kClueBriefcase)
// but did not play during the actual in-game scene
Actor_Says(kActorGuzza, 820, 3);
#endif // BLADERUNNER_ORIGINAL_BUGS
Actor_Says(kActorMcCoy, 5875, 13);
Actor_Says(kActorGuzza, 830, 3);
Actor_Says(kActorGuzza, 840, 12);