Corrected 16-bit cursor blit errors on GFX mode change.

svn-id: r41212
This commit is contained in:
Jody Northup 2009-06-06 08:02:45 +00:00
parent f379d7fe1a
commit 4087a3e6e8
3 changed files with 25 additions and 2 deletions

View file

@ -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),