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

Strangerke noreply at scummvm.org
Thu Mar 26 18:56:09 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
dac2f58595 WAYNESWORLD: Fix glitch in extreme close up of the pizzathon list


Commit: dac2f58595695e5c443506df4a77351e733d104c
    https://github.com/scummvm/scummvm/commit/dac2f58595695e5c443506df4a77351e733d104c
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2026-03-26T19:55:41+01:00

Commit Message:
WAYNESWORLD: Fix glitch in extreme close up of the pizzathon list

Changed paths:
    engines/waynesworld/gamelogic.cpp


diff --git a/engines/waynesworld/gamelogic.cpp b/engines/waynesworld/gamelogic.cpp
index ab3a351f301..bd9f71cf302 100644
--- a/engines/waynesworld/gamelogic.cpp
+++ b/engines/waynesworld/gamelogic.cpp
@@ -1164,7 +1164,7 @@ void GameLogic::displayExtremeCloseupOfPizzathonList() {
 		_vm->drawImageToScreen(lib, "magline.pcx", 61, 164);
     }
     if (_pizzathonListFlags1 & 0x20) {
-		_vm->drawImageToScreen(lib, "comline.pcx", 68, 100);
+		_vm->drawImageToScreen(lib, "comline.pcx", 68, 180);
     }
     _vm->paletteFadeIn(0, 256, 16);
     // sysMouseDriver(1);




More information about the Scummvm-git-logs mailing list