diff options
Diffstat (limited to 'backends/graphics/sdl/sdl-graphics.cpp')
| -rw-r--r-- | backends/graphics/sdl/sdl-graphics.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/sdl/sdl-graphics.cpp b/backends/graphics/sdl/sdl-graphics.cpp index 7a5b777032..8bc59a9200 100644 --- a/backends/graphics/sdl/sdl-graphics.cpp +++ b/backends/graphics/sdl/sdl-graphics.cpp @@ -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);  }  | 
