[Scummvm-git-logs] scummvm master -> eed99aa7bad3b4ed6eeb4da35c8ab22ae1f5692f
AndywinXp
noreply at scummvm.org
Sat Sep 7 14:59:54 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:
eed99aa7ba SCUMM: Fix comment
Commit: eed99aa7bad3b4ed6eeb4da35c8ab22ae1f5692f
https://github.com/scummvm/scummvm/commit/eed99aa7bad3b4ed6eeb4da35c8ab22ae1f5692f
Author: AndywinXp (andywinxp at gmail.com)
Date: 2024-09-07T16:59:49+02:00
Commit Message:
SCUMM: Fix comment
Changed paths:
engines/scumm/room.cpp
diff --git a/engines/scumm/room.cpp b/engines/scumm/room.cpp
index 67b26d22c11..9f5cc4194d5 100644
--- a/engines/scumm/room.cpp
+++ b/engines/scumm/room.cpp
@@ -136,7 +136,8 @@ void ScummEngine::startScene(int room, Actor *a, int objectNr) {
// - The color of some of the stars in the sky.
//
// It has been noted that the Mac version apparently fixes that on the fly
- // within the interpreter, so we do that as well if kEnhVisualChanges is active.
+ // within the interpreter, so we do that as well even if kEnhVisualChanges
+ // is not active.
//
// The SEGA CD version points to the correct color, and the FM Towns
// version makes the text more readable by giving it a black outline.
More information about the Scummvm-git-logs
mailing list