diff options
Diffstat (limited to 'engines/cruise/detection.cpp')
-rw-r--r-- | engines/cruise/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index 3dfd414fd2..4f63fd28e5 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -201,11 +201,11 @@ public: } virtual const char *getName() const { - return "CruisE"; + return "Cinematique evo 2"; } virtual const char *getOriginalCopyright() const { - return "Cruise for a Corpse (C) Delphine Software"; + return "Cinematique evo 2 (C) Delphine Software"; } virtual bool hasFeature(MetaEngineFeature f) const; |