Added code to distinguish between the demo and full versions of fairytales
svn-id: r43752
This commit is contained in:
parent
fcf4366230
commit
5ac2b5522d
1 changed files with 3 additions and 0 deletions
|
@ -439,6 +439,9 @@ const ADGameDescription *SciMetaEngine::fallbackDetect(const Common::FSList &fsl
|
|||
if (!strcmp(s_fallbackDesc.desc.gameid, "ecoquest2") && !Common::File::exists("resource.aud"))
|
||||
s_fallbackDesc.desc.flags |= ADGF_DEMO;
|
||||
|
||||
if (!strcmp(s_fallbackDesc.desc.gameid, "fairytales") && !Common::File::exists("resource.002"))
|
||||
s_fallbackDesc.desc.flags |= ADGF_DEMO;
|
||||
|
||||
SearchMan.remove("SCI_detection");
|
||||
|
||||
return (const ADGameDescription *)&s_fallbackDesc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue