diff options
author | Max Horn | 2011-06-03 23:30:55 +0200 |
---|---|---|
committer | Max Horn | 2011-06-04 11:55:56 +0200 |
commit | 91b889e2d36baf8a8e1f56f05f4d063e5ae79849 (patch) | |
tree | 556b640ec36bb408f74f0a39845bcb306d5d1a14 /gui | |
parent | 4b95cf5d1a1ac4fbf91544ef6ab1493ad9dbb775 (diff) | |
download | scummvm-rg350-91b889e2d36baf8a8e1f56f05f4d063e5ae79849.tar.gz scummvm-rg350-91b889e2d36baf8a8e1f56f05f4d063e5ae79849.tar.bz2 scummvm-rg350-91b889e2d36baf8a8e1f56f05f4d063e5ae79849.zip |
COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette
Diffstat (limited to 'gui')
-rw-r--r-- | gui/ThemeEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeEngine.cpp b/gui/ThemeEngine.cpp index 678b5f0ea4..f8e94ade97 100644 --- a/gui/ThemeEngine.cpp +++ b/gui/ThemeEngine.cpp @@ -1271,7 +1271,7 @@ void ThemeEngine::openDialog(bool doBuffer, ShadingStyle style) { } bool ThemeEngine::createCursor(const Common::String &filename, int hotspotX, int hotspotY, int scale) { - if (!_system->hasFeature(OSystem::kFeatureCursorHasPalette)) + if (!_system->hasFeature(OSystem::kFeatureCursorPalette)) return true; // Try to locate the specified file among all loaded bitmaps |