mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
BLADERUNNER: CUTCONTENT: Move Grigorian's resources clue to cut content
This commit is contained in:
parent
dc2883e4cf
commit
605fce57bb
@ -509,8 +509,10 @@ void SceneScriptPS09::dialogueWithGrigorian() {
|
||||
// in order to show up in the ESP version
|
||||
Actor_Says_With_Pause(kActorGrigorian, 340, 0.0f, 14);
|
||||
}
|
||||
Actor_Clue_Acquire(kActorMcCoy, kClueGrigoriansResources, true, kActorGrigorian);
|
||||
#endif // BLADERUNNER_ORIGINAL_BUGS
|
||||
if (_vm->_cutContent) {
|
||||
Actor_Clue_Acquire(kActorMcCoy, kClueGrigoriansResources, true, kActorGrigorian);
|
||||
}
|
||||
Actor_Says(kActorMcCoy, 4375, 18);
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user