[Scummvm-git-logs] scummvm master -> 78e7df4293ed8e2c35eadd142d1f897794fc7c8a
sev-
sev at scummvm.org
Mon May 11 05:33:31 UTC 2020
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:
78e7df4293 DIRECTOR: Return to Launcher is not really supported.
Commit: 78e7df4293ed8e2c35eadd142d1f897794fc7c8a
https://github.com/scummvm/scummvm/commit/78e7df4293ed8e2c35eadd142d1f897794fc7c8a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-05-11T07:32:45+02:00
Commit Message:
DIRECTOR: Return to Launcher is not really supported.
Changed paths:
engines/director/detection.cpp
diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp
index fdc9f59825..435012520a 100644
--- a/engines/director/detection.cpp
+++ b/engines/director/detection.cpp
@@ -62,8 +62,8 @@ Common::String DirectorEngine::getEXEName() const {
}
bool DirectorEngine::hasFeature(EngineFeature f) const {
- return
- (f == kSupportsRTL);
+ return false;
+ //(f == kSupportsRTL);
}
} // End of Namespace Director
More information about the Scummvm-git-logs
mailing list