[Scummvm-git-logs] scummvm master -> 9626df189bc8b135bb6fa14d3b097497684db4aa

Strangerke noreply at scummvm.org
Sat May 18 07:53:03 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9626df189b BAGEL: Add missing initialization in CBibbleWindow (CID 1544869)


Commit: 9626df189bc8b135bb6fa14d3b097497684db4aa
    https://github.com/scummvm/scummvm/commit/9626df189bc8b135bb6fa14d3b097497684db4aa
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2024-05-18T08:52:58+01:00

Commit Message:
BAGEL: Add missing initialization in CBibbleWindow (CID 1544869)

Changed paths:
    engines/bagel/spacebar/bibble_window.cpp


diff --git a/engines/bagel/spacebar/bibble_window.cpp b/engines/bagel/spacebar/bibble_window.cpp
index d1b71ee356a..e14fadec0b7 100644
--- a/engines/bagel/spacebar/bibble_window.cpp
+++ b/engines/bagel/spacebar/bibble_window.cpp
@@ -224,6 +224,7 @@ CBibbleWindow::CBibbleWindow() {
 	_pShouts[0] = _pShouts[1] = _pShouts[2] = _pShouts[3] = nullptr;
 	_pArch1 = _pArch2 = _pArch3 = nullptr;
 	_pBkgSnd = nullptr;
+	_pMasterBibble = nullptr;
 
 	for (int i = 0; i < BIBBLE_NUM_BUTTONS; i++)
 		_pButtons[i] = nullptr;




More information about the Scummvm-git-logs mailing list