aboutsummaryrefslogtreecommitdiff
path: root/engines/mads
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads')
-rw-r--r--engines/mads/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/detection.cpp b/engines/mads/detection.cpp
index 8eb3b4eee9..c75c9b9495 100644
--- a/engines/mads/detection.cpp
+++ b/engines/mads/detection.cpp
@@ -145,11 +145,11 @@ public:
}
virtual const char *getName() const {
- return "MADS Engine";
+ return "MADS";
}
virtual const char *getOriginalCopyright() const {
- return "MADS (C)";
+ return "MADS (c) Microprose";
}
virtual bool hasFeature(MetaEngineFeature f) const;