diff options
Diffstat (limited to 'backends/sdl/sdl.cpp')
| -rw-r--r-- | backends/sdl/sdl.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/backends/sdl/sdl.cpp b/backends/sdl/sdl.cpp index 25e5aec488..83490d95d8 100644 --- a/backends/sdl/sdl.cpp +++ b/backends/sdl/sdl.cpp @@ -365,7 +365,7 @@ uint32 OSystem_SDL::property(int param, Property *value) {  #endif  		return 1;  	} else if (param == PROP_SET_GFX_MODE) { -		if (value->gfx_mode >= 10) +		if (value->gfx_mode >= 11)  			return 0;  		_mode = value->gfx_mode; | 
