[Scummvm-git-logs] scummvm master -> 24581e670dd77413cf699efe25e4ef7c5ee39c18
AndywinXp
noreply at scummvm.org
Tue Jul 15 19:50:49 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
24581e670d SCUMM: HE: Fix HE99+ games crashing on startup
Commit: 24581e670dd77413cf699efe25e4ef7c5ee39c18
https://github.com/scummvm/scummvm/commit/24581e670dd77413cf699efe25e4ef7c5ee39c18
Author: AndywinXp (andywinxp at gmail.com)
Date: 2025-07-15T21:50:42+02:00
Commit Message:
SCUMM: HE: Fix HE99+ games crashing on startup
Changed paths:
engines/scumm/palette.cpp
diff --git a/engines/scumm/palette.cpp b/engines/scumm/palette.cpp
index 4d32ccf0b76..31c90c6f56d 100644
--- a/engines/scumm/palette.cpp
+++ b/engines/scumm/palette.cpp
@@ -288,7 +288,7 @@ void ScummEngine::resetPalette(bool isBootUp) {
setDirtyColors(0, 255);
}
- if (isBootUp)
+ if (isBootUp && _game.heversion == 0)
updatePalette();
}
More information about the Scummvm-git-logs
mailing list