diff options
author | Nicola Mettifogo | 2007-06-14 10:12:25 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-06-14 10:12:25 +0000 |
commit | 24daa86bdd71cb2f13f9efcce49198d290d3acb3 (patch) | |
tree | 763f3c00a37a9a2b271b154128962910a024a29f /engines/parallaction | |
parent | 585e0781dd7aecdc5a4452d0ae2d5c619cc97a1a (diff) | |
download | scummvm-rg350-24daa86bdd71cb2f13f9efcce49198d290d3acb3.tar.gz scummvm-rg350-24daa86bdd71cb2f13f9efcce49198d290d3acb3.tar.bz2 scummvm-rg350-24daa86bdd71cb2f13f9efcce49198d290d3acb3.zip |
oops wrong platform.
svn-id: r27398
Diffstat (limited to 'engines/parallaction')
-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 24bbdab224..cca2d4a17e 100644 --- a/engines/parallaction/detection.cpp +++ b/engines/parallaction/detection.cpp @@ -94,7 +94,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = { { NULL, 0, NULL, 0} }, Common::UNK_LANG, - Common::kPlatformPC, + Common::kPlatformAmiga, Common::ADGF_NO_FLAGS }, GType_Nippon, |