[Scummvm-git-logs] scummvm master -> ef5935350f59a46a5671defce72588c694a0764a

Strangerke noreply at scummvm.org
Wed Mar 16 22:02:55 UTC 2022


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:
ef5935350f CHEWY: Fix issue in hardcoded logic in Room66::entry


Commit: ef5935350f59a46a5671defce72588c694a0764a
    https://github.com/scummvm/scummvm/commit/ef5935350f59a46a5671defce72588c694a0764a
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2022-03-16T23:02:40+01:00

Commit Message:
CHEWY: Fix issue in hardcoded logic in Room66::entry

Changed paths:
    engines/chewy/rooms/room66.cpp


diff --git a/engines/chewy/rooms/room66.cpp b/engines/chewy/rooms/room66.cpp
index 7935c03fd7b..acdfed30e51 100644
--- a/engines/chewy/rooms/room66.cpp
+++ b/engines/chewy/rooms/room66.cpp
@@ -32,9 +32,9 @@ void Room66::entry(int16 eib_nr) {
 	_G(spieler_mi)[P_HOWARD].Mode = true;
 	_G(spieler_mi)[P_NICHELLE].Mode = true;
 	_G(spieler).ZoomXy[P_HOWARD][0] = 30;
-	_G(spieler).ZoomXy[P_HOWARD][0] = 50;
+	_G(spieler).ZoomXy[P_HOWARD][1] = 50;
 	_G(spieler).ZoomXy[P_NICHELLE][0] = 36;
-	_G(spieler).ZoomXy[P_NICHELLE][0] = 50;
+	_G(spieler).ZoomXy[P_NICHELLE][1] = 50;
 	_G(zoom_horizont) = 130;
 	_G(flags).ZoomMov = true;
 	_G(zoom_mov_fak) = 3;




More information about the Scummvm-git-logs mailing list