aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/plugin.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-10-24 00:09:15 +0000
committerTravis Howell2006-10-24 00:09:15 +0000
commit56d44a5be2b7dbbe548f8cee95127697e645333d (patch)
tree7bf42fc5930ec18fbb8a6b4d4acec011a906bdb0 /engines/scumm/plugin.cpp
parent8fb07286cc5a6aaa508bcff5e8c91791e7303704 (diff)
downloadscummvm-rg350-56d44a5be2b7dbbe548f8cee95127697e645333d.tar.gz
scummvm-rg350-56d44a5be2b7dbbe548f8cee95127697e645333d.tar.bz2
scummvm-rg350-56d44a5be2b7dbbe548f8cee95127697e645333d.zip
Add back football2002 target
svn-id: r24478
Diffstat (limited to 'engines/scumm/plugin.cpp')
-rw-r--r--engines/scumm/plugin.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp
index 03aaed0773..53b4d2dccc 100644
--- a/engines/scumm/plugin.cpp
+++ b/engines/scumm/plugin.cpp
@@ -113,6 +113,7 @@ static const PlainGameDescriptor gameDescriptions[] = {
{ "dog", "Putt-Putt and Pep's Dog on a Stick" },
{ "farm", "Let's Explore the Farm with Buzzy" },
{ "football", "Backyard Football" },
+ { "football2002", "Backyard Football 2002" },
{ "freddi", "Freddi Fish 1: The Case of the Missing Kelp Seeds" },
{ "freddi2", "Freddi Fish 2: The Case of the Haunted Schoolhouse" },
{ "freddi3", "Freddi Fish 3: The Case of the Stolen Conch Shell" },
@@ -359,6 +360,7 @@ static const GameSettings gameVariantsTable[] = {
// Uses smacker in external files, for testing only
{"arttime", 0, GID_HEGAME, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, UNK},
{"readdemo", 0, GID_HEGAME, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, UNK},
+ {"football2002", 0, GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, UNK},
// The following are meant to be generic HE game variants and as such do
@@ -538,9 +540,10 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "football", "football", kGenHEPC, UNK_LANG, UNK, 0 },
{ "football", "FootBall", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "football", "FootBall Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
- { "football", "FootBall2002", kGenHEPC, UNK_LANG, UNK, 0 },
{ "football", "footdemo", kGenHEPC, UNK_LANG, UNK, 0 },
+ { "football2002", "FootBall2002", kGenHEPC, UNK_LANG, UNK, 0 },
+
{ "freddi", "freddi", kGenHEPC, UNK_LANG, UNK, 0 },
{ "freddi", "Freddi", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "freddi", "freddemo", kGenHEPC, UNK_LANG, UNK, 0 },