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

dreammaster noreply at scummvm.org
Mon Feb 23 05:48:53 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:
ded86a0562 BAGEL: MINIGAMES: Fix Poker bet icons rendering over game over dialog


Commit: ded86a0562f99a4674c4ce398014ea8cc4091349
    https://github.com/scummvm/scummvm/commit/ded86a0562f99a4674c4ce398014ea8cc4091349
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-02-23T16:48:39+11:00

Commit Message:
BAGEL: MINIGAMES: Fix Poker bet icons rendering over game over dialog

Changed paths:
    NEWS.md
    engines/bagel/hodjnpodj/poker/poker.cpp


diff --git a/NEWS.md b/NEWS.md
index 2b3cae8c957..fe922c821a5 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -14,6 +14,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Fixed incorrect evolution logic in Game of Life.
    - Hopeful fix for occasional crash entering boardgame stores.
    - Fix crash when hiding boardgame turn start spinner.
+   - Fix Poker minigame bet icons rendering over game over dialog.
 
  M4:
    - Added music support in Ripley.
diff --git a/engines/bagel/hodjnpodj/poker/poker.cpp b/engines/bagel/hodjnpodj/poker/poker.cpp
index 89d63569b1a..07b032cbac1 100644
--- a/engines/bagel/hodjnpodj/poker/poker.cpp
+++ b/engines/bagel/hodjnpodj/poker/poker.cpp
@@ -1004,6 +1004,9 @@ bool CMainPokerWindow::OnCommand(WPARAM wParam, LPARAM lParam) {
 				SetBet(0);
 				if (m_lpGameStruct->bPlayingMetagame) {
 					if (roundOfPlay >= m_nRound) {
+						UpdateWindow();
+
+						// Show the game over dialog
 						CMessageBox cMsgBox((CWnd *)this, pGamePalette, "Your 4 rounds", "are over.");
 						PostMessage(WM_CLOSE);
 					}




More information about the Scummvm-git-logs mailing list