From 763d7ef3fff872627ddb4d0c70eb08c957b62296 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 9 Jun 2006 08:10:00 +0000 Subject: Ooops, correct order svn-id: r22993 --- engines/scumm/plugin.cpp | 10 +++++----- 1 file 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 }, -- cgit v1.2.3