aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/detection.cpp')
-rw-r--r--engines/dm/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/detection.cpp b/engines/dm/detection.cpp
index ad711c51e9..71528710fb 100644
--- a/engines/dm/detection.cpp
+++ b/engines/dm/detection.cpp
@@ -94,7 +94,7 @@ public:
}
virtual const char *getOriginalCopyright() const {
- return "Dummy";
+ return "Dungeon Master (C) 1987 FTL Games";
}
virtual bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const {