diff options
author | Travis Howell | 2007-02-24 09:17:06 +0000 |
---|---|---|
committer | Travis Howell | 2007-02-24 09:17:06 +0000 |
commit | 967b034fa59c74d11433d9a72adb5b4731bafcff (patch) | |
tree | 74fadb19d6893eb009c1f651676f8ad3a2d42d57 | |
parent | aa625d0a38455eeb6bde9ea93a90bd47ac353e80 (diff) | |
download | scummvm-rg350-967b034fa59c74d11433d9a72adb5b4731bafcff.tar.gz scummvm-rg350-967b034fa59c74d11433d9a72adb5b4731bafcff.tar.bz2 scummvm-rg350-967b034fa59c74d11433d9a72adb5b4731bafcff.zip |
Set the extra field for the Amiga demo, to just 'demo', since the language and platform are auto added.
svn-id: r25815
-rw-r--r-- | engines/parallaction/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp index 4cf17cf2f1..c0b28b068e 100644 --- a/engines/parallaction/detection.cpp +++ b/engines/parallaction/detection.cpp @@ -79,7 +79,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = { { { "nippon", - "amiga french demo", + "Demo", { { "disk0", 0, "6fed2e18a6bfe5e8bb49144fcc95fd11", 624640}, { "fr", 0, "72f04be4320dfac719431419ec2b9a0d", 12778}, |