diff options
author | Travis Howell | 2006-06-09 08:10:00 +0000 |
---|---|---|
committer | Travis Howell | 2006-06-09 08:10:00 +0000 |
commit | 763d7ef3fff872627ddb4d0c70eb08c957b62296 (patch) | |
tree | defcdd322cbd65d1bcdd4d32d188e7ea308ee3b5 /engines | |
parent | f571c471cc08f73b8dfbbabf93738870f600e8b2 (diff) | |
download | scummvm-rg350-763d7ef3fff872627ddb4d0c70eb08c957b62296.tar.gz scummvm-rg350-763d7ef3fff872627ddb4d0c70eb08c957b62296.tar.bz2 scummvm-rg350-763d7ef3fff872627ddb4d0c70eb08c957b62296.zip |
Ooops, correct order
svn-id: r22993
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/plugin.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp index 4850102fd5..d0fdf72320 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -472,16 +472,16 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "fbear", "Fatty Bear Demo", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "fbear", "Fatty Bear", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 }, - { "puttputt", "puttputt", kGenHEPC, UNK_LANG, UNK, 0 }, - { "puttputt", "puttdemo", kGenHEPC, UNK_LANG, UNK, 0 }, - { "puttputt", "Putt-Putt's Demo", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 }, - { "puttputt", "Putt-Putt Parade", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 }, - { "puttmoon", "puttmoon", kGenHEPC, UNK_LANG, UNK, 0 }, { "puttmoon", "moondemo", kGenHEPC, UNK_LANG, UNK, 0 }, { "puttmoon", "Putt-Putt Moon Demo", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "puttmoon", "Putt-Putt Moon", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 }, + { "puttputt", "puttputt", kGenHEPC, UNK_LANG, UNK, 0 }, + { "puttputt", "puttdemo", kGenHEPC, UNK_LANG, UNK, 0 }, + { "puttputt", "Putt-Putt's Demo", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 }, + { "puttputt", "Putt-Putt Parade", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 }, + #ifndef DISABLE_HE { "airport", "airport", kGenHEPC, UNK_LANG, UNK, 0 }, { "airport", "airdemo", kGenHEPC, UNK_LANG, UNK, 0 }, |