[Scummvm-git-logs] scummvm master -> 349e6f18dff602ef1b3194da4541a6847d5a15bd
antoniou79
a.antoniou79 at gmail.com
Thu May 21 16:56:14 UTC 2020
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:
349e6f18df BLADERUNNER: Restored content: add Rajif line
Commit: 349e6f18dff602ef1b3194da4541a6847d5a15bd
https://github.com/scummvm/scummvm/commit/349e6f18dff602ef1b3194da4541a6847d5a15bd
Author: Thanasis Antoniou (a.antoniou79 at gmail.com)
Date: 2020-05-21T19:44:05+03:00
Commit Message:
BLADERUNNER: Restored content: add Rajif line
Changed paths:
engines/bladerunner/script/scene/ma02.cpp
diff --git a/engines/bladerunner/script/scene/ma02.cpp b/engines/bladerunner/script/scene/ma02.cpp
index af95d8a146..59dfa81fba 100644
--- a/engines/bladerunner/script/scene/ma02.cpp
+++ b/engines/bladerunner/script/scene/ma02.cpp
@@ -244,6 +244,10 @@ void SceneScriptMA02::talkWithRajif() {
Actor_Says(kActorRajif, 10, 13);
Actor_Says(kActorMcCoy, 2375, 13);
Actor_Says(kActorRajif, 20, 13);
+ if (_vm->_cutContent) {
+ Actor_Says_With_Pause(kActorRajif, 20, 0.0f, 13);
+ Actor_Says(kActorRajif, 30, 13);
+ }
Actor_Says(kActorMcCoy, 2380, 13);
Sound_Play(kSfxSHOTCOK1, 100, 0, 100, 50);
Actor_Says(kActorRajif, 40, 13);
More information about the Scummvm-git-logs
mailing list