[Scummvm-git-logs] scummvm master -> 5b30618ee0555fca480f7f527758c167f044bcd7
sev-
sev at scummvm.org
Sun May 23 14:05:17 UTC 2021
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:
5b30618ee0 SAGA: Disable dino and fta2 from the engine
Commit: 5b30618ee0555fca480f7f527758c167f044bcd7
https://github.com/scummvm/scummvm/commit/5b30618ee0555fca480f7f527758c167f044bcd7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-05-23T16:04:53+02:00
Commit Message:
SAGA: Disable dino and fta2 from the engine
Changed paths:
engines/saga/detection.cpp
diff --git a/engines/saga/detection.cpp b/engines/saga/detection.cpp
index 7de643bbbf..7100982b5e 100644
--- a/engines/saga/detection.cpp
+++ b/engines/saga/detection.cpp
@@ -30,8 +30,10 @@
static const PlainGameDescriptor sagaGames[] = {
{"ite", "Inherit the Earth: Quest for the Orb"},
{"ihnm", "I Have No Mouth and I Must Scream"},
+#if 0
{"dino", "Dinotopia"},
{"fta2", "Faery Tale Adventure II: Halls of the Dead"},
+#endif
{0, 0}
};
More information about the Scummvm-git-logs
mailing list