[Scummvm-git-logs] scummvm master -> 3fe47b24d65cbc3f5923fc8a617f2fb639f4c625
Strangerke
noreply at scummvm.org
Tue Dec 10 22:16:26 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:
3fe47b24d6 M4: RIDDLE: Fix CID 1565707
Commit: 3fe47b24d65cbc3f5923fc8a617f2fb639f4c625
https://github.com/scummvm/scummvm/commit/3fe47b24d65cbc3f5923fc8a617f2fb639f4c625
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2024-12-10T23:15:18+01:00
Commit Message:
M4: RIDDLE: Fix CID 1565707
Changed paths:
engines/m4/riddle/rooms/section2/room204.h
diff --git a/engines/m4/riddle/rooms/section2/room204.h b/engines/m4/riddle/rooms/section2/room204.h
index 277c4d65773..3e054f953a1 100644
--- a/engines/m4/riddle/rooms/section2/room204.h
+++ b/engines/m4/riddle/rooms/section2/room204.h
@@ -116,7 +116,7 @@ private:
int32 _204pu99Series = 0;
int32 _acolyteGrabsMalletSeries = 0;
- int32 _acolyteSaysHaltSeries;
+ int32 _acolyteSaysHaltSeries = 0;
int32 _courtyardGongSeries = 0;
int32 _malletSpriteSeries = 0;
int32 _meiReadsTabletsSeries = 0;
More information about the Scummvm-git-logs
mailing list