[Scummvm-git-logs] scummvm master -> ec964e594903b9f09b6e862a1af424bd1699c2a9
bluegr
noreply at scummvm.org
Sun Dec 31 10:04:49 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:
ec964e5949 MM: Enable engine by default
Commit: ec964e594903b9f09b6e862a1af424bd1699c2a9
https://github.com/scummvm/scummvm/commit/ec964e594903b9f09b6e862a1af424bd1699c2a9
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-31T12:04:45+02:00
Commit Message:
MM: Enable engine by default
Changed paths:
engines/mm/configure.engine
diff --git a/engines/mm/configure.engine b/engines/mm/configure.engine
index 8d442f55746..ad09deabc44 100644
--- a/engines/mm/configure.engine
+++ b/engines/mm/configure.engine
@@ -1,5 +1,5 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
-add_engine mm "Might and Magic" no "mm1 xeen"
+add_engine mm "Might and Magic" yes "mm1 xeen"
add_engine mm1 "Might and Magic 1" yes
add_engine xeen "Might and Magic Xeen" yes
More information about the Scummvm-git-logs
mailing list