[Scummvm-git-logs] scummvm branch-3-0 -> 618718452ced95dc4555a2173e80d045eb7cd209

dreammaster noreply at scummvm.org
Wed Nov 26 06:07:09 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:
618718452c BAGEL: MINIGAMES: Fix Archeroids startup crash


Commit: 618718452ced95dc4555a2173e80d045eb7cd209
    https://github.com/scummvm/scummvm/commit/618718452ced95dc4555a2173e80d045eb7cd209
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-11-25T22:07:01-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