diff options
Diffstat (limited to 'engines/m4')
-rw-r--r-- | engines/m4/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/detection.cpp b/engines/m4/detection.cpp index 9d53c9a375..5ca8e6d807 100644 --- a/engines/m4/detection.cpp +++ b/engines/m4/detection.cpp @@ -387,7 +387,7 @@ public: return "MADS/M4 engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Riddle of Master Lu & Orion Burger (C) Sanctuary Woods"; } |