diff options
author | Travis Howell | 2009-08-21 11:30:56 +0000 |
---|---|---|
committer | Travis Howell | 2009-08-21 11:30:56 +0000 |
commit | 1618e4652bbdf96c3d33e16e4a6146ac7bbedba0 (patch) | |
tree | 4548543f90abb70af25e4d673da42262421dadd0 | |
parent | 5949bca7cca2a5b98d2533cd25ed96621bfb8dcc (diff) | |
download | scummvm-rg350-1618e4652bbdf96c3d33e16e4a6146ac7bbedba0.tar.gz scummvm-rg350-1618e4652bbdf96c3d33e16e4a6146ac7bbedba0.tar.bz2 scummvm-rg350-1618e4652bbdf96c3d33e16e4a6146ac7bbedba0.zip |
List RGB status in About dialog.
svn-id: r43591
-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 |