COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette
This commit is contained in:
parent
4b95cf5d1a
commit
91b889e2d3
18 changed files with 28 additions and 28 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue