[Scummvm-git-logs] scummvm master -> bfa52c7b9ec19505e16fc27541e2ff82d295b5f3
antoniou79
antoniou at cti.gr
Mon Jul 15 23:59:06 CEST 2019
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:
bfa52c7b9e BLADERUNNER: Don't show VK option for Runciter in vanilla
Commit: bfa52c7b9ec19505e16fc27541e2ff82d295b5f3
https://github.com/scummvm/scummvm/commit/bfa52c7b9ec19505e16fc27541e2ff82d295b5f3
Author: Thanasis Antoniou (a.antoniou79 at gmail.com)
Date: 2019-07-16T00:58:21+03:00
Commit Message:
BLADERUNNER: Don't show VK option for Runciter in vanilla
Changed paths:
engines/bladerunner/script/scene/rc02.cpp
diff --git a/engines/bladerunner/script/scene/rc02.cpp b/engines/bladerunner/script/scene/rc02.cpp
index f7830ee..84b67d9 100644
--- a/engines/bladerunner/script/scene/rc02.cpp
+++ b/engines/bladerunner/script/scene/rc02.cpp
@@ -198,14 +198,11 @@ void SceneScriptRC02::dialogueWithRunciter() {
) {
DM_Add_To_List_Never_Repeat_Once_Selected(20, 6, 4, 5); // REFERENCE
}
- if ((_vm->_cutContent
+ if (_vm->_cutContent
&& (!Game_Flag_Query(kFlagRC02RunciterVKChosen)
- && (!Actor_Clue_Query(kActorMcCoy, kClueVKRunciterHuman) && !Actor_Clue_Query(kActorMcCoy, kClueVKRunciterReplicant))))
- || !_vm->_cutContent
- ) {
- if (_vm->_cutContent) {
- Dialogue_Menu_Clear_Never_Repeat_Was_Selected_Flag(200);
- }
+ && (!Actor_Clue_Query(kActorMcCoy, kClueVKRunciterHuman) && !Actor_Clue_Query(kActorMcCoy, kClueVKRunciterReplicant)))
+ ){
+ Dialogue_Menu_Clear_Never_Repeat_Was_Selected_Flag(200);
DM_Add_To_List_Never_Repeat_Once_Selected(200, -1, 3, 6); // VOIGT-KAMPFF
}
Dialogue_Menu_Add_DONE_To_List(30); // DONE
More information about the Scummvm-git-logs
mailing list