COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette

This commit is contained in:
Max Horn 2011-06-03 23:30:55 +02:00
parent 4b95cf5d1a
commit 91b889e2d3
18 changed files with 28 additions and 28 deletions

View file

@ -223,7 +223,7 @@ bool SdlGraphicsManager::hasFeature(OSystem::Feature f) {
return
(f == OSystem::kFeatureFullscreenMode) ||
(f == OSystem::kFeatureAspectRatioCorrection) ||
(f == OSystem::kFeatureCursorHasPalette) ||
(f == OSystem::kFeatureCursorPalette) ||
(f == OSystem::kFeatureIconifyWindow);
}