[Scummvm-git-logs] scummvm master -> 5a810dd075050fa1d6c66ff947046c61d23ba72e
sev-
noreply at scummvm.org
Tue Feb 18 09:49:25 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:
5a810dd075 M4: BURGER: Init class variable
Commit: 5a810dd075050fa1d6c66ff947046c61d23ba72e
https://github.com/scummvm/scummvm/commit/5a810dd075050fa1d6c66ff947046c61d23ba72e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-02-18T10:48:52+01:00
Commit Message:
M4: BURGER: Init class variable
Changed paths:
engines/m4/burger/rooms/section3/mine.h
diff --git a/engines/m4/burger/rooms/section3/mine.h b/engines/m4/burger/rooms/section3/mine.h
index 0a9df9fdd8f..ead13891d36 100644
--- a/engines/m4/burger/rooms/section3/mine.h
+++ b/engines/m4/burger/rooms/section3/mine.h
@@ -99,7 +99,7 @@ private:
static int16 _entranceDoor; // Shared between cellar and mine room classes
MineRoom _mineRoomInfo;
bool _fade_down_rect_active = false; // True if a fade down should occur when walker in the fade_down_rect
- Rectangle _fade_down_rect; // If the walker is in his rectum and its active, turn off the lights
+ Rectangle _fade_down_rect = {0, 0, 0, 0}; // If the walker is in his rectum and its active, turn off the lights
int _volume = 0;
int _random1 = 0;
int _random2 = 0;
More information about the Scummvm-git-logs
mailing list