From 7f6c704c25ca4bae5752ece8ea7def3c07abe005 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 22 Feb 2010 23:47:10 +0000 Subject: SPY Fox 3: Operation Ozone is supported too. svn-id: r48112 --- NEWS | 1 + engines/scumm/detection_tables.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f68ed67f7d..23f01337ed 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ For a more comprehensive changelog for the latest experimental SVN code, see: - Added support for Blue's Reading Time Activities. - Added support for Freddi Fish 5: The Case of the Creature of Coral Cove. - Added support for Pajama Sam: Games to Play on Any Day. + - Added support for SPY Fox 3: Operation Ozone. - Added support for Dragon Historie. - Added support for TeenAgent. diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index 71a11bc146..aaf36b8dfa 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -92,6 +92,7 @@ static const PlainGameDescriptor gameDescriptions[] = { { "readtime", "Blue's Reading Time Activities" }, { "Soccer2004", "Backyard Soccer 2004" }, { "SoccerMLS", "Backyard Soccer MLS Edition" }, + { "spyozon", "SPY Fox 3: Operation Ozone" }, #endif { "airport", "Let's Explore the Airport with Buzzy" }, { "balloon", "Putt-Putt and Pep's Balloon-O-Rama" }, @@ -127,7 +128,6 @@ static const PlainGameDescriptor gameDescriptions[] = { { "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" }, { "thinker1", "Big Thinkers First Grade" }, { "thinkerk", "Big Thinkers Kindergarten" }, { "water", "Freddi Fish and Luther's Water Worries" }, -- cgit v1.2.3