BLADERUNNER: Improve dialogue with Bob about Hasan

This commit is contained in:
antoniou79 2021-02-28 22:45:37 +02:00
parent 9b582ce0c5
commit ccc1ccf06f

View File

@ -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);