aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/detection.cpp')
-rw-r--r--engines/cine/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp
index f1636c902b..a41bc47bb0 100644
--- a/engines/cine/detection.cpp
+++ b/engines/cine/detection.cpp
@@ -89,11 +89,11 @@ public:
}
virtual const char *getName() const {
- return "Cine";
+ return "Cinematique evo 1";
}
virtual const char *getOriginalCopyright() const {
- return "Future Wars & Operation Stealth (C) Delphine Software";
+ return "Cinematique evo 1 (C) Delphine Software";
}
virtual Common::Error createInstance(OSystem *syst, Engine **engine) const {