[Scummvm-git-logs] scummvm master -> 28338dc27760577791197124ef3ad3dffcac1d9a
sev-
noreply at scummvm.org
Sun Mar 22 19:54:08 UTC 2026
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
192e28cb0e JANITORIAL: Fix indentation
28338dc277 WAYNESWORLD: Fix the engine name
Commit: 192e28cb0e63cbeedd9cc0ec5c5ceb1616346cf8
https://github.com/scummvm/scummvm/commit/192e28cb0e63cbeedd9cc0ec5c5ceb1616346cf8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-22T20:53:58+01:00
Commit Message:
JANITORIAL: Fix indentation
Changed paths:
engines/waynesworld/metaengine.cpp
diff --git a/engines/waynesworld/metaengine.cpp b/engines/waynesworld/metaengine.cpp
index 70ce0e92761..c2c6f328915 100644
--- a/engines/waynesworld/metaengine.cpp
+++ b/engines/waynesworld/metaengine.cpp
@@ -31,15 +31,16 @@
namespace WaynesWorld {
static const ADExtraGuiOptionsMap optionsList[] = {
- {GAMEOPTION_ORIGINAL_SAVELOAD,
- {
- _s("Use original save/load screens"),
+ {
+ GAMEOPTION_ORIGINAL_SAVELOAD,
+ {
+ _s("Use original save/load screens"),
_s("Use the original save/load screens instead of the ScummVM ones"),
- "originalsaveload",
- false,
- 0,
- 0
- }
+ "originalsaveload",
+ false,
+ 0,
+ 0
+ }
},
AD_EXTRA_GUI_OPTIONS_TERMINATOR
Commit: 28338dc27760577791197124ef3ad3dffcac1d9a
https://github.com/scummvm/scummvm/commit/28338dc27760577791197124ef3ad3dffcac1d9a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-22T20:53:58+01:00
Commit Message:
WAYNESWORLD: Fix the engine name
Changed paths:
engines/waynesworld/credits.pl
engines/waynesworld/detection.cpp
diff --git a/engines/waynesworld/credits.pl b/engines/waynesworld/credits.pl
index 6af8f66ca75..c0288019db8 100644
--- a/engines/waynesworld/credits.pl
+++ b/engines/waynesworld/credits.pl
@@ -1,4 +1,4 @@
-begin_section("WaynesWorld");
+begin_section("Wayne's World");
add_person("Arnaud Boutonné", "Strangerke", "");
add_person("Benjamin Haisch", "john_doe", "");
end_section();
diff --git a/engines/waynesworld/detection.cpp b/engines/waynesworld/detection.cpp
index 91508543f6c..e0574e609f0 100644
--- a/engines/waynesworld/detection.cpp
+++ b/engines/waynesworld/detection.cpp
@@ -55,7 +55,7 @@ public:
}
const char *getEngineName() const override {
- return "WaynesWorld";
+ return "Wayne's World";
}
const char *getOriginalCopyright() const override {
More information about the Scummvm-git-logs
mailing list