From 46f1e986883363cecc320135acd6a366b4fbd320 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 7 May 2008 08:19:36 +0000 Subject: Fixed RTZ 1.0 game flags and updated copyright svn-id: r31918 --- engines/made/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') 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; -- cgit v1.2.3