[Scummvm-git-logs] scummvm master -> 1c43dfb7839a594c18a79c35f34537d31ff61220
ccawley2011
noreply at scummvm.org
Mon Nov 14 20:04:51 UTC 2022
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:
1c43dfb783 SAGA: Fix incomplete comment
Commit: 1c43dfb7839a594c18a79c35f34537d31ff61220
https://github.com/scummvm/scummvm/commit/1c43dfb7839a594c18a79c35f34537d31ff61220
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2022-11-14T20:04:46Z
Commit Message:
SAGA: Fix incomplete comment
Changed paths:
engines/saga/detection.h
diff --git a/engines/saga/detection.h b/engines/saga/detection.h
index b810068a47b..d3ba1757465 100644
--- a/engines/saga/detection.h
+++ b/engines/saga/detection.h
@@ -88,7 +88,7 @@ enum GameFileTypes {
GAME_PATCHFILE = 1 << 10 // IHNM patch file (patch.re_/patch.res)
};
-// Make sure to up
+// Make sure to update ITE_IntroLists if this enum is reordered.
enum GameIntroList : uint8 {
INTROLIST_NONE = 0,
INTROLIST_ITE_DEFAULT,
More information about the Scummvm-git-logs
mailing list