[Scummvm-git-logs] scummvm master -> 6c671faec11cc51b908b65cac30abf09fa6cf24e

AndywinXp noreply at scummvm.org
Sun Jul 9 21:37:19 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:
6c671faec1 SCUMM/HE: PUTTPUTT: Fix bug #6710


Commit: 6c671faec11cc51b908b65cac30abf09fa6cf24e
    https://github.com/scummvm/scummvm/commit/6c671faec11cc51b908b65cac30abf09fa6cf24e
Author: AndywinXp (andywinxp at gmail.com)
Date: 2023-07-09T23:37:13+02:00

Commit Message:
SCUMM/HE: PUTTPUTT: Fix bug #6710

Verified from v60he (DOS) and v70he (Windows) disasms.

Changed paths:
    engines/scumm/room.cpp


diff --git a/engines/scumm/room.cpp b/engines/scumm/room.cpp
index 750ac85f07c..dd3e48d6857 100644
--- a/engines/scumm/room.cpp
+++ b/engines/scumm/room.cpp
@@ -81,6 +81,9 @@ void ScummEngine::startScene(int room, Actor *a, int objectNr) {
 	if (_game.version >= 4 && _game.heversion <= 62)
 		stopCycle(0);
 
+	if (_game.heversion > 0 && _game.heversion <= 70)
+		_palManipCounter = 0;
+
 	if (_game.id == GID_SAMNMAX) {
 		// WORKAROUND bug #1132 SAM: Overlapping music at Bigfoot convention
 		// Added sound queue processing between execution of exit




More information about the Scummvm-git-logs mailing list