diff --git a/base/version.cpp b/base/version.cpp index eabafecc30d..3d1ab783d04 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