Corrected 16-bit cursor blit errors on GFX mode change.
svn-id: r41212
This commit is contained in:
parent
f379d7fe1a
commit
4087a3e6e8
3 changed files with 25 additions and 2 deletions
|
@ -197,7 +197,7 @@ OSystem_SDL::OSystem_SDL()
|
|||
#endif
|
||||
_hwscreen(0), _screen(0), _tmpscreen(0),
|
||||
#ifdef ENABLE_16BIT
|
||||
_screen16(0),
|
||||
_screen16(0), _cursorBitDepth(8),
|
||||
#endif
|
||||
_overlayVisible(false),
|
||||
_overlayscreen(0), _tmpscreen2(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue