[Scummvm-git-logs] scummvm master -> b4856b037c4f3098b0b7679c3da7d3c65413c587
AndywinXp
noreply at scummvm.org
Thu Sep 14 20:41:27 UTC 2023
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:
b4856b037c SCUMM: HE (Sound): Fix nasty timer related bugs
Commit: b4856b037c4f3098b0b7679c3da7d3c65413c587
https://github.com/scummvm/scummvm/commit/b4856b037c4f3098b0b7679c3da7d3c65413c587
Author: AndywinXp (andywinxp at gmail.com)
Date: 2023-09-14T22:41:21+02:00
Commit Message:
SCUMM: HE (Sound): Fix nasty timer related bugs
This would mess up audio in some versions of PUTTZOO,
after pausing the game. Whew...
Changed paths:
engines/scumm/he/intern_he.h
diff --git a/engines/scumm/he/intern_he.h b/engines/scumm/he/intern_he.h
index 804793338be..b51ae878cc8 100644
--- a/engines/scumm/he/intern_he.h
+++ b/engines/scumm/he/intern_he.h
@@ -69,7 +69,7 @@ public:
Common::Rect _actorClipOverride; // HE specific
int _heTimers[16];
- uint32 _pauseStartTime;
+ uint32 _pauseStartTime = 0;
int getHETimer(int timer);
void setHETimer(int timer);
More information about the Scummvm-git-logs
mailing list