diff options
author | Filippos Karapetis | 2008-05-07 08:19:36 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-05-07 08:19:36 +0000 |
commit | 46f1e986883363cecc320135acd6a366b4fbd320 (patch) | |
tree | be97cd5da07286fe98c36fbf64e7394718ffad3f | |
parent | 202e4eb41072da9167430ec25a33153974c15bcf (diff) | |
download | scummvm-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
-rw-r--r-- | engines/made/detection.cpp | 4 |
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; |