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

@ -91,7 +91,7 @@ void OpenGLGraphicsManager::initEventObserver() {
bool OpenGLGraphicsManager::hasFeature(OSystem::Feature f) {
return
(f == OSystem::kFeatureAspectRatioCorrection) ||
(f == OSystem::kFeatureCursorHasPalette);
(f == OSystem::kFeatureCursorPalette);
}
void OpenGLGraphicsManager::setFeatureState(OSystem::Feature f, bool enable) {