[Scummvm-git-logs] scummvm master -> 82580aacb6ba30f2c4e059e6df5b7a084791b5d0
dreammaster
paulfgilbert at gmail.com
Sun Dec 9 18:51:14 CET 2018
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:
82580aacb6 GLK: Update engine name and copyright strings
Commit: 82580aacb6ba30f2c4e059e6df5b7a084791b5d0
https://github.com/scummvm/scummvm/commit/82580aacb6ba30f2c4e059e6df5b7a084791b5d0
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-12-09T09:51:04-08:00
Commit Message:
GLK: Update engine name and copyright strings
Changed paths:
engines/glk/detection.cpp
diff --git a/engines/glk/detection.cpp b/engines/glk/detection.cpp
index b848178..d4773c2 100644
--- a/engines/glk/detection.cpp
+++ b/engines/glk/detection.cpp
@@ -52,11 +52,11 @@ public:
GlkMetaEngine() : MetaEngine() {}
virtual const char *getName() const {
- return "ScummGlk Engine";
+ return "ScummGlk";
}
virtual const char *getOriginalCopyright() const {
- return "ScummGlk Engine (c) 2018";
+ return "Infocom games (C) Infocom\nScott Adams games (C) Scott Adams";
}
virtual bool hasFeature(MetaEngineFeature f) const override;
More information about the Scummvm-git-logs
mailing list