diff options
author | Eugene Sandulenko | 2007-02-24 15:24:38 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-02-24 15:24:38 +0000 |
commit | 91dbad832514d0dd138715ad3b29382fe2a11a9c (patch) | |
tree | 858f8ac7f57fa75ef5ddb6991426891eef31ede6 /engines | |
parent | f4f1e123303083604d35257971f4ee0022003e0c (diff) | |
download | scummvm-rg350-91dbad832514d0dd138715ad3b29382fe2a11a9c.tar.gz scummvm-rg350-91dbad832514d0dd138715ad3b29382fe2a11a9c.tar.bz2 scummvm-rg350-91dbad832514d0dd138715ad3b29382fe2a11a9c.zip |
Use AGDS feature for specifying demos
svn-id: r25822
Diffstat (limited to 'engines')
-rw-r--r-- | engines/parallaction/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp index b2b6a19085..455dead9bb 100644 --- a/engines/parallaction/detection.cpp +++ b/engines/parallaction/detection.cpp @@ -79,7 +79,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = { { { "nippon", - "Demo", + "", { { "disk0", 0, "6fed2e18a6bfe5e8bb49144fcc95fd11", 624640}, { "fr", 0, "72f04be4320dfac719431419ec2b9a0d", 12778}, @@ -87,7 +87,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAmiga, - Common::ADGF_NO_FLAGS + Common::ADGF_DEMO }, GType_Nippon, 0, |