aboutsummaryrefslogtreecommitdiff
path: root/engines/made/detection.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2008-05-07 08:19:36 +0000
committerFilippos Karapetis2008-05-07 08:19:36 +0000
commit46f1e986883363cecc320135acd6a366b4fbd320 (patch)
treebe97cd5da07286fe98c36fbf64e7394718ffad3f /engines/made/detection.cpp
parent202e4eb41072da9167430ec25a33153974c15bcf (diff)
downloadscummvm-rg350-46f1e986883363cecc320135acd6a366b4fbd320.tar.gz
scummvm-rg350-46f1e986883363cecc320135acd6a366b4fbd320.tar.bz2
scummvm-rg350-46f1e986883363cecc320135acd6a366b4fbd320.zip
Fixed RTZ 1.0 game flags and updated copyright
svn-id: r31918
Diffstat (limited to 'engines/made/detection.cpp')
-rw-r--r--engines/made/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/made/detection.cpp b/engines/made/detection.cpp
index 37eac1327b..7f12a85611 100644
--- a/engines/made/detection.cpp
+++ b/engines/made/detection.cpp
@@ -103,7 +103,7 @@ static const MadeGameDescription gameDescriptions[] = {
},
GID_RTZ,
0,
- GF_CD,
+ GF_CD_COMPRESSED,
0,
},
@@ -274,7 +274,7 @@ public:
}
virtual const char *getCopyright() const {
- return "MADE Engine";
+ return "MADE Engine (C) Activision";
}
virtual bool createInstance(OSystem *syst, Engine **engine, const Common::ADGameDescription *desc) const;