[Scummvm-git-logs] scummvm master -> 52eb6653a7cce73e271e48887bd5ed2fab7e9bba

dreammaster noreply at scummvm.org
Sat Sep 13 11:01:49 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:
52eb6653a7 BAGEL: DEMO: Fix Peggleboz startup


Commit: 52eb6653a7cce73e271e48887bd5ed2fab7e9bba
    https://github.com/scummvm/scummvm/commit/52eb6653a7cce73e271e48887bd5ed2fab7e9bba
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-09-13T04:01:43-07:00

Commit Message:
BAGEL: DEMO: Fix Peggleboz startup

Changed paths:
    engines/bagel/hodjnpodj/peggle/game.cpp


diff --git a/engines/bagel/hodjnpodj/peggle/game.cpp b/engines/bagel/hodjnpodj/peggle/game.cpp
index 98b133a17a7..bfa1bb7731b 100644
--- a/engines/bagel/hodjnpodj/peggle/game.cpp
+++ b/engines/bagel/hodjnpodj/peggle/game.cpp
@@ -228,7 +228,7 @@ void CMainWindow::initStatics() {
 	pGameSound = nullptr;
 
 	bRandomBoard = false;
-	BoardSelected = CROSS;
+	BoardSelected = g_engine->isDemo() ? TRIANGLE_PLUS : CROSS;
 	Common::fill(&fState[0][0], &fState[0][0] + GRID_SIZE * GRID_SIZE, 0);
 
 	for (POINT &pt : Moves)




More information about the Scummvm-git-logs mailing list