diff options
Diffstat (limited to 'engines/scumm/scumm.cpp')
-rw-r--r-- | engines/scumm/scumm.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index aac28c1cbb..11bfc096c4 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -135,7 +135,7 @@ static GameDescription gameDescriptions[] = { { "BluesABCTimeDemo", "Blue's ABC Time (Demo)" }, { "BluesBirthdayDemo", "Blue's Birthday Adventure (Demo)" }, { "catalog", "Humongous Interactive Catalog" }, - { "chase", "Spy Fox in Cheese Chase" }, + { "chase", "SPY Fox in Cheese Chase" }, { "dog", "Putt-Putt and Pep's Dog on a Stick" }, { "farm", "Let's Explore the Farm with Buzzy" }, { "football", "Backyard Football" }, @@ -148,7 +148,7 @@ static GameDescription gameDescriptions[] = { { "jungle", "Let's Explore the Jungle with Buzzy" }, { "lost", "Pajama Sam's Lost & Found" }, { "maze", "Freddi Fish and Luther's Maze Madness" }, - { "mustard", "Spy Fox in Hold the Mustard" }, + { "mustard", "SPY Fox in Hold the Mustard" }, { "pajama", "Pajama Sam 1: No Need to Hide When It's Dark Outside" }, { "pajama2", "Pajama Sam 2: Thunder and Lightning Aren't so Frightening" }, { "pajama3", "Pajama Sam 3: You Are What You Eat From Your Head to Your Feet" }, @@ -164,9 +164,9 @@ static GameDescription gameDescriptions[] = { { "Soccer2004", "Backyard Soccer 2004" }, { "SoccerMLS", "Backyard Soccer MLS Edition" }, { "socks", "Pajama Sam's Sock Works" }, - { "spyfox", "Spy Fox 1: Dry Cereal" }, - { "spyfox2", "Spy Fox 2: Some Assembly Required" }, - { "spyozon", "Spy Fox 3: Operation Ozone" }, + { "spyfox", "SPY Fox 1: Dry Cereal" }, + { "spyfox2", "SPY Fox 2: Some Assembly Required" }, + { "spyozon", "SPY Fox 3: Operation Ozone" }, { "thinker1", "Big Thinkers First Grade" }, { "thinkerk", "Big Thinkers Kindergarten" }, { "water", "Freddi Fish and Luther's Water Worries" }, |