From 1618e4652bbdf96c3d33e16e4a6146ac7bbedba0 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 21 Aug 2009 11:30:56 +0000 Subject: List RGB status in About dialog. svn-id: r43591 --- base/version.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base/version.cpp b/base/version.cpp index eabafecc30..3d1ab783d0 100644 --- a/base/version.cpp +++ b/base/version.cpp @@ -86,6 +86,10 @@ const char *gScummVMFeatures = "" "ALSA " #endif +#ifdef ENABLE_RGB_COLOR + "RGB " +#endif + #ifdef USE_ZLIB "zLib " #endif -- cgit v1.2.3