[Scummvm-git-logs] scummvm master -> 694de1c8b1097603375822b159f54f8b2594cb61

antoniou79 a.antoniou79 at gmail.com
Sun Dec 13 20:39: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:
694de1c8b1 BLADERUNNER: RESTOREDCONTENT: Better positioning for Patron3


Commit: 694de1c8b1097603375822b159f54f8b2594cb61
    https://github.com/scummvm/scummvm/commit/694de1c8b1097603375822b159f54f8b2594cb61
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2020-12-13T22:38:46+02:00

Commit Message:
BLADERUNNER: RESTOREDCONTENT: Better positioning for Patron3

Changed paths:
    engines/bladerunner/script/ai/hysteria_patron3.cpp


diff --git a/engines/bladerunner/script/ai/hysteria_patron3.cpp b/engines/bladerunner/script/ai/hysteria_patron3.cpp
index 7de1a6a864..e3b7928de2 100644
--- a/engines/bladerunner/script/ai/hysteria_patron3.cpp
+++ b/engines/bladerunner/script/ai/hysteria_patron3.cpp
@@ -34,7 +34,7 @@ void AIScriptHysteriaPatron3::Initialize() {
 	_animationNext = 0;
 	if (_vm->_cutContent) {
 		Actor_Put_In_Set(kActorHysteriaPatron3, kSetNR05_NR08);
-		Actor_Set_At_XYZ(kActorHysteriaPatron3, -490.0f, 0.0f, -210.0f, 252);
+		Actor_Set_At_XYZ(kActorHysteriaPatron3, -600.0f, 0.0f, -245.0f, 880);
 	}
 }
 




More information about the Scummvm-git-logs mailing list