[Scummvm-git-logs] scummvm master -> 43c812c5c1a518ae3749cdfb0b2ce5ce1ed06d10
elasota
noreply at scummvm.org
Sat Dec 16 05:17:39 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:
43c812c5c1 MTROPOLIS: remove unused variable
Commit: 43c812c5c1a518ae3749cdfb0b2ce5ce1ed06d10
https://github.com/scummvm/scummvm/commit/43c812c5c1a518ae3749cdfb0b2ce5ce1ed06d10
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2023-12-16T00:17:35-05:00
Commit Message:
MTROPOLIS: remove unused variable
Changed paths:
engines/mtropolis/detection.cpp
diff --git a/engines/mtropolis/detection.cpp b/engines/mtropolis/detection.cpp
index c4cdafb1624..05783ad8554 100644
--- a/engines/mtropolis/detection.cpp
+++ b/engines/mtropolis/detection.cpp
@@ -99,13 +99,10 @@ ADDetectedGame MTropolisMetaEngineDetection::fallbackDetect(const FileMap &allFi
MTropolis::MTropolisGameDescription *desc = &_globalFallbackDesc;
- const char *scriptName = nullptr;
if (foundWin) {
desc->desc.platform = Common::kPlatformWindows;
- scriptName = winBootFileName;
} else if (foundMac) {
desc->desc.platform = Common::kPlatformMacintosh;
- scriptName = macBootFileName;
}
if (outExtra) {
More information about the Scummvm-git-logs
mailing list