diff options
author | Travis Howell | 2009-08-31 01:52:16 +0000 |
---|---|---|
committer | Travis Howell | 2009-08-31 01:52:16 +0000 |
commit | 4b43f6328130e6ae4636d8508ae613c13ae97991 (patch) | |
tree | 4d7bc9cb8b3f806ed63839db70a2748696ea8bca /engines/groovie | |
parent | c6e84919c8461db4eb3eb53db6ac4f65ed75101d (diff) | |
download | scummvm-rg350-4b43f6328130e6ae4636d8508ae613c13ae97991.tar.gz scummvm-rg350-4b43f6328130e6ae4636d8508ae613c13ae97991.tar.bz2 scummvm-rg350-4b43f6328130e6ae4636d8508ae613c13ae97991.zip |
Revert revision 43845, to keep configure options for games and game engines clear and consistent.
svn-id: r43846
Diffstat (limited to 'engines/groovie')
-rw-r--r-- | engines/groovie/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index 6b8d3862e8..f09308b361 100644 --- a/engines/groovie/detection.cpp +++ b/engines/groovie/detection.cpp @@ -34,7 +34,7 @@ static const PlainGameDescriptor groovieGames[] = { // Games {"t7g", "The 7th Guest"}, -#ifdef ENABLE_UNSUPPORTED_GAMES +#ifdef ENABLE_GROOVIE2 {"11h", "The 11th Hour: The sequel to The 7th Guest"}, {"clandestiny", "Clandestiny"}, {"unclehenry", "Uncle Henry's Playhouse"}, @@ -82,7 +82,7 @@ static const GroovieGameDescription gameDescriptions[] = { kGroovieT7G, 0 }, -#ifdef ENABLE_UNSUPPORTED_GAMES +#ifdef ENABLE_GROOVIE2 // The 11th Hour DOS English { { |