[Scummvm-git-logs] scummvm master -> b20ca174a9a087a4c2b6cf0bb58057816dec53b2

eriktorbjorn noreply at scummvm.org
Thu Nov 14 18:00:06 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:
b20ca174a9 SCUMM: Add alternate file names for Mac Fate of Atlantis


Commit: b20ca174a9a087a4c2b6cf0bb58057816dec53b2
    https://github.com/scummvm/scummvm/commit/b20ca174a9a087a4c2b6cf0bb58057816dec53b2
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-11-14T18:59:15+01:00

Commit Message:
SCUMM: Add alternate file names for Mac Fate of Atlantis

These are the names I got when extracting the files from an archive of
LucasArts's FTP server.

Changed paths:
    engines/scumm/scumm.cpp


diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index 91ff1635df2..658b9efbe84 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -1275,8 +1275,12 @@ Common::Error ScummEngine::init() {
 				"fate_v1.5",
 				"Indy 12/15/92",
 				"Indy_12/15/92",
+				"Indy 12-15-92",
+				"Indy_12-15-92",
 				"Fate of Atlantis v1.5",
-				"Fate_of_Atlantis_v1.5"
+				"Fate_of_Atlantis_v1.5",
+				"Fate of Atlantis v.1.5",
+				"Fate_of_Atlantis_v.1.5"
 			};
 
 			for (int i = 0; i < ARRAYSIZE(indy4FileNames); i++) {




More information about the Scummvm-git-logs mailing list