diff options
-rw-r--r-- | base/version.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 |