From 007f68366fd55a519753bf533c7c3a80db3754f0 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Fri, 21 Aug 2009 18:16:37 +0000 Subject: Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guarantee a consistent build. svn-id: r43604 --- graphics/pixelformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/pixelformat.h') diff --git a/graphics/pixelformat.h b/graphics/pixelformat.h index d16de51ea7..b94ef41412 100644 --- a/graphics/pixelformat.h +++ b/graphics/pixelformat.h @@ -157,7 +157,7 @@ struct PixelFormat { * or PixelFormat::createFormatCLUT8() if no matching formats were found. */ inline PixelFormat findCompatibleFormat(Common::List backend, Common::List frontend) { -#ifdef ENABLE_RGB_COLOR +#ifdef USE_RGB_COLOR for (Common::List::iterator i = backend.begin(); i != backend.end(); ++i) { for (Common::List::iterator j = frontend.begin(); j != frontend.end(); ++j) { if (*i == *j) -- cgit v1.2.3