diff --git a/engines/bladerunner/script/scene/rc04.cpp b/engines/bladerunner/script/scene/rc04.cpp index 7143ca7542f..92e347da71a 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);