diff options
author | Travis Howell | 2006-02-12 21:41:09 +0000 |
---|---|---|
committer | Travis Howell | 2006-02-12 21:41:09 +0000 |
commit | d1a5345169f36ea9f86ff3b0cf4cff8f911d5acf (patch) | |
tree | 385fb7020591ce1b28f110de909a32aeac2ad1f8 /engines/scumm | |
parent | 00abb48c7d39526f5bc1d607ff9759d4dc7d4669 (diff) | |
download | scummvm-rg350-d1a5345169f36ea9f86ff3b0cf4cff8f911d5acf.tar.gz scummvm-rg350-d1a5345169f36ea9f86ff3b0cf4cff8f911d5acf.tar.bz2 scummvm-rg350-d1a5345169f36ea9f86ff3b0cf4cff8f911d5acf.zip |
Include game dscriptions for HE60/61 games in a DISABLE_HE build
svn-id: r20658
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/scumm.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index 45eda3749a..aac28c1cbb 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -117,6 +117,12 @@ static GameDescription gameDescriptions[] = { { "comi", "The Curse of Monkey Island" }, #endif + { "fbear", "Fatty Bear's Birthday Surprise" }, + { "fbpack", "Fatty Bear's Fun Pack" }, + { "funpack", "Putt-Putt's Fun Pack" }, + { "puttmoon", "Putt-Putt Goes to the Moon" }, + { "puttputt", "Putt-Putt Joins the Parade" }, + #ifndef DISABLE_HE { "activity", "Putt-Putt & Fatty Bear's Activity Pack" }, { "airport", "Let's Explore the Airport with Buzzy" }, @@ -132,8 +138,6 @@ static GameDescription gameDescriptions[] = { { "chase", "Spy Fox in Cheese Chase" }, { "dog", "Putt-Putt and Pep's Dog on a Stick" }, { "farm", "Let's Explore the Farm with Buzzy" }, - { "fbear", "Fatty Bear's Birthday Surprise" }, - { "fbpack", "Fatty Bear's Fun Pack" }, { "football", "Backyard Football" }, { "freddi", "Freddi Fish 1: The Case of the Missing Kelp Seeds" }, { "freddi2", "Freddi Fish 2: The Case of the Haunted Schoolhouse" }, @@ -141,7 +145,6 @@ static GameDescription gameDescriptions[] = { { "freddi4", "Freddi Fish 4: The Case of the Hogfish Rustlers of Briny Gulch" }, { "freddicove", "Freddi Fish 5: The Case of the Creature of Coral Cave" }, { "FreddisFunShop", "Freddi Fish's One-Stop Fun Shop" }, - { "funpack", "Putt-Putt's Fun Pack" }, { "jungle", "Let's Explore the Jungle with Buzzy" }, { "lost", "Pajama Sam's Lost & Found" }, { "maze", "Freddi Fish and Luther's Maze Madness" }, @@ -151,8 +154,6 @@ static GameDescription gameDescriptions[] = { { "pajama3", "Pajama Sam 3: You Are What You Eat From Your Head to Your Feet" }, { "pjgames", "Pajama Sam: Games to Play On Any Day" }, { "puttcircus", "Putt-Putt Joins the Circus" }, - { "puttmoon", "Putt-Putt Goes to the Moon" }, - { "puttputt", "Putt-Putt Joins the Parade" }, { "puttrace", "Putt-Putt Enters the Race" }, { "PuttsFunShop", "Putt-Putt's One-Stop Fun Shop" }, { "putttime", "Putt-Putt Travels Through Time" }, |