[Scummvm-git-logs] scummvm master -> 5d6a8c446bbf58798c5c2b98f54fe6ad6c0b6f73

dreammaster noreply at scummvm.org
Fri Sep 26 11:14:48 UTC 2025


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:
5d6a8c446b BAGEL: MINIGAMES: Speed up animation in Packrat


Commit: 5d6a8c446bbf58798c5c2b98f54fe6ad6c0b6f73
    https://github.com/scummvm/scummvm/commit/5d6a8c446bbf58798c5c2b98f54fe6ad6c0b6f73
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-09-26T04:14:42-07:00

Commit Message:
BAGEL: MINIGAMES: Speed up animation in Packrat

Changed paths:
    engines/bagel/hodjnpodj/packrat/packrat.cpp


diff --git a/engines/bagel/hodjnpodj/packrat/packrat.cpp b/engines/bagel/hodjnpodj/packrat/packrat.cpp
index 649d77bd290..9032dfd6cad 100644
--- a/engines/bagel/hodjnpodj/packrat/packrat.cpp
+++ b/engines/bagel/hodjnpodj/packrat/packrat.cpp
@@ -2507,13 +2507,11 @@ void CMainPackRatWindow::MoveBadGuys() {
 				apBadGuySprite[nWhichBadGuy]->PaintSprite(pDC, m_aptCurrentBPos[nWhichBadGuy]);
 				break;
 			}
-			if (CheckMessages() == true) {
-				PostMessage(WM_CLOSE);
-				bEndGame = true;
-			}
+
 			anBadGuyMove[nWhichBadGuy]++;
 		}
 	}
+
 	ReleaseDC(pDC);
 	return;
 }




More information about the Scummvm-git-logs mailing list