diff options
Diffstat (limited to 'engines/tony')
-rw-r--r-- | engines/tony/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tony/detection.cpp b/engines/tony/detection.cpp index ec0b3e186b..5cc592ad24 100644 --- a/engines/tony/detection.cpp +++ b/engines/tony/detection.cpp @@ -72,11 +72,11 @@ public: } virtual const char *getName() const { - return "Tony Engine"; + return "Tony Tough and the Night of Roasted Moths"; } virtual const char *getOriginalCopyright() const { - return "Tony Engine (C) Protonic Interactive"; + return "Tony Tough and the Night of Roasted Moths (C) Protonic Interactive"; } virtual bool hasFeature(MetaEngineFeature f) const; |