Removed file existence checks to determine game version and added game flags instead. Added the MD5 of the English floppy version of Return to Zork
svn-id: r31670
This commit is contained in:
parent
347eb2dc07
commit
1a6bd23780
3 changed files with 31 additions and 7 deletions
|
@ -85,7 +85,7 @@ static const MadeGameDescription gameDescriptions[] = {
|
|||
},
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
GF_CD_COMPRESSED,
|
||||
0,
|
||||
},
|
||||
|
||||
|
@ -101,7 +101,23 @@ static const MadeGameDescription gameDescriptions[] = {
|
|||
},
|
||||
0,
|
||||
0,
|
||||
GF_CD,
|
||||
0,
|
||||
},
|
||||
|
||||
{
|
||||
// Return to Zork - English floppy version
|
||||
{
|
||||
"rtz",
|
||||
"Floppy",
|
||||
AD_ENTRY1("rtz.prj", "764d02f52ce1c219f2c0066677fba4ce"),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
Common::ADGF_NO_FLAGS
|
||||
},
|
||||
0,
|
||||
0,
|
||||
GF_FLOPPY,
|
||||
0,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue