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

Strangerke noreply at scummvm.org
Sun Feb 16 06:38:49 UTC 2025


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:
d81add9e6e M4: RIDDLE: Fix CID 1591255


Commit: d81add9e6e1458f079c592e5659b118bd4f22acf
    https://github.com/scummvm/scummvm/commit/d81add9e6e1458f079c592e5659b118bd4f22acf
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-02-16T07:38:42+01:00

Commit Message:
M4: RIDDLE: Fix CID 1591255

Changed paths:
    engines/m4/riddle/rooms/section8/room811.h


diff --git a/engines/m4/riddle/rooms/section8/room811.h b/engines/m4/riddle/rooms/section8/room811.h
index 5824b218ea7..1f992d51cf9 100644
--- a/engines/m4/riddle/rooms/section8/room811.h
+++ b/engines/m4/riddle/rooms/section8/room811.h
@@ -49,7 +49,7 @@ private:
 	int32 _811BA05Series = 0;
 	int32 _811MC01Series = 0;
 	int32 _811RP01Series = 0;
-	int32 _811EndSeries;
+	int32 _811EndSeries = 0;
 
 	machine *_811BaronMach = nullptr;
 	machine *_811McMach = nullptr;




More information about the Scummvm-git-logs mailing list