[Scummvm-git-logs] scummvm master -> 59e181f7d105439fa7e25fb60b71fd207e8c428c

dreammaster noreply at scummvm.org
Wed Nov 26 06:06:41 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:
59e181f7d1 BAGEL: MINIGAMES: Fix Archeroids startup crash


Commit: 59e181f7d105439fa7e25fb60b71fd207e8c428c
    https://github.com/scummvm/scummvm/commit/59e181f7d105439fa7e25fb60b71fd207e8c428c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-11-25T22:04:36-08:00

Commit Message:
BAGEL: MINIGAMES: Fix Archeroids startup crash

Changed paths:
    engines/bagel/hodjnpodj/archeroids/main.h


diff --git a/engines/bagel/hodjnpodj/archeroids/main.h b/engines/bagel/hodjnpodj/archeroids/main.h
index 763df26d38f..06323f1a63a 100644
--- a/engines/bagel/hodjnpodj/archeroids/main.h
+++ b/engines/bagel/hodjnpodj/archeroids/main.h
@@ -101,7 +101,7 @@ protected:
 	//
 	// protected data members
 	//
-	CRect        m_rNewGameButton = nullptr;
+	CRect       m_rNewGameButton;
 	CPalette    *m_pGamePalette = nullptr;
 	CSprite     *m_pMasterBadArrow = nullptr;
 	CSprite     *m_pMasterGoodArrow = nullptr;




More information about the Scummvm-git-logs mailing list