[Scummvm-git-logs] scummvm master -> 6ca2b6c7f7fced1522574b19f4ce8ce05506f9ef

dreammaster noreply at scummvm.org
Sat Oct 4 10:12:26 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:
6ca2b6c7f7 BAGEL: MINIGAMES: Compilation fix


Commit: 6ca2b6c7f7fced1522574b19f4ce8ce05506f9ef
    https://github.com/scummvm/scummvm/commit/6ca2b6c7f7fced1522574b19f4ce8ce05506f9ef
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-10-04T03:12:17-07:00

Commit Message:
BAGEL: MINIGAMES: Compilation fix

Changed paths:
    engines/bagel/hodjnpodj/mankala/mnk.h


diff --git a/engines/bagel/hodjnpodj/mankala/mnk.h b/engines/bagel/hodjnpodj/mankala/mnk.h
index d919efb1449..2865be134b9 100644
--- a/engines/bagel/hodjnpodj/mankala/mnk.h
+++ b/engines/bagel/hodjnpodj/mankala/mnk.h
@@ -139,12 +139,12 @@ typedef struct {
 // CBmpTable -- table of bitmap filenames
 class CBmpTable {
 public:
-	int m_iBmpType = 0;				// BMT_xxxx
-	int m_iNumStones = 0;			// 0 means "many"
-	int m_iNumBmps = 0;				// number of bmp files for this combo
-	const char *m_xpszFilenameString = nullptr;  // sprintf string
-	bool m_bSubNumStones = false;
-	bool m_bMasked = false;			// mask white areas of bitmap
+	int m_iBmpType;				// BMT_xxxx
+	int m_iNumStones;			// 0 means "many"
+	int m_iNumBmps;				// number of bmp files for this combo
+	const char *m_xpszFilenameString;  // sprintf string
+	bool m_bSubNumStones;
+	bool m_bMasked;			// mask white areas of bitmap
 } ;
 
 // CBmpObject -- bitmap object




More information about the Scummvm-git-logs mailing list