mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-24 02:36:27 +00:00
Fixed RTZ 1.0 game flags and updated copyright
svn-id: r31918
This commit is contained in:
parent
202e4eb410
commit
46f1e98688
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user