[Scummvm-git-logs] scummvm master -> ccc1ccf06f9da92c58f21e666c4f7660a0066a0e
antoniou79
a.antoniou79 at gmail.com
Sun Feb 28 20:46:20 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:
ccc1ccf06f BLADERUNNER: Improve dialogue with Bob about Hasan
Commit: ccc1ccf06f9da92c58f21e666c4f7660a0066a0e
https://github.com/scummvm/scummvm/commit/ccc1ccf06f9da92c58f21e666c4f7660a0066a0e
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2021-02-28T22:45:37+02:00
Commit Message:
BLADERUNNER: Improve dialogue with Bob about Hasan
Changed paths:
engines/bladerunner/script/scene/rc04.cpp
diff --git a/engines/bladerunner/script/scene/rc04.cpp b/engines/bladerunner/script/scene/rc04.cpp
index 7143ca7542..92e347da71 100644
--- a/engines/bladerunner/script/scene/rc04.cpp
+++ b/engines/bladerunner/script/scene/rc04.cpp
@@ -203,7 +203,12 @@ void SceneScriptRC04::dialogueWithBulletBob() {
Actor_Says(kActorBulletBob, 490, 31);
Actor_Says(kActorBulletBob, 500, 32);
Actor_Says(kActorBulletBob, 510, 33);
+#if BLADERUNNER_ORIGINAL_BUGS
Actor_Says(kActorBulletBob, 520, 34);
+#else
+ // Quote 530 is the second half of the 520 sentence and flow of speech works better without the default delay
+ Actor_Says_With_Pause(kActorBulletBob, 520, 0.0f, 34);
+#endif // BLADERUNNER_ORIGINAL_BUGS
Actor_Says(kActorBulletBob, 530, 35);
Actor_Says(kActorBulletBob, 540, 36);
Actor_Says(kActorMcCoy, 5040, 16);
More information about the Scummvm-git-logs
mailing list