mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 11:04:44 +00:00
BLADERUNNER: Improve dialogue with Bob about Hasan
This commit is contained in:
parent
9b582ce0c5
commit
ccc1ccf06f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user