From 4a380dc0d8b1a75fa31e0b4511e03b0782b43f89 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 23 Jun 2009 20:46:38 +0000 Subject: ENABLE_16BIT has been renamed to ENABLE_RGB_COLOR as of r41696, so make sure the Groovie engine uses that too svn-id: r41817 --- engines/groovie/groovie.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/groovie/groovie.cpp') diff --git a/engines/groovie/groovie.cpp b/engines/groovie/groovie.cpp index 5d89799648..c1826e12ce 100644 --- a/engines/groovie/groovie.cpp +++ b/engines/groovie/groovie.cpp @@ -72,7 +72,7 @@ Common::Error GroovieEngine::run() { // Initialize the graphics switch (_gameDescription->version) { case kGroovieV2: -#ifdef ENABLE_16BIT +#ifdef ENABLE_RGB_COLOR _pixelFormat = _system->getBestFormat(); initGraphics(640, 480, true, _pixelFormat); break; -- cgit v1.2.3