diff options
Diffstat (limited to 'engines/toltecs')
-rw-r--r-- | engines/toltecs/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp index 0cd9596c8c..778be298cd 100644 --- a/engines/toltecs/detection.cpp +++ b/engines/toltecs/detection.cpp @@ -210,11 +210,11 @@ public: } virtual const char *getName() const { - return "Toltecs Engine"; + return "3 Skulls of the Toltecs"; } virtual const char *getOriginalCopyright() const { - return "Toltecs Engine Revistronic (C) 1996"; + return "3 Skulls of the Toltecs (C) Revistronic 1996"; } virtual bool hasFeature(MetaEngineFeature f) const; |