aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/sdl.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-02-20 02:04:45 +0000
committerEugene Sandulenko2005-02-20 02:04:45 +0000
commitf420dd3b785157e95f0dd6255bf35f88db1ec674 (patch)
tree1771504d1c27d911ee03dca9c51c651fad9e1611 /backends/sdl/sdl.cpp
parent47400c1932451009c58b07df53a53621ad655879 (diff)
downloadscummvm-rg350-f420dd3b785157e95f0dd6255bf35f88db1ec674.tar.gz
scummvm-rg350-f420dd3b785157e95f0dd6255bf35f88db1ec674.tar.bz2
scummvm-rg350-f420dd3b785157e95f0dd6255bf35f88db1ec674.zip
Implement OSystem method disableCursorPalette(bool disable) as mentioned
in patch #1013937 (OSystem layer with bigger resolution). svn-id: r16820
Diffstat (limited to 'backends/sdl/sdl.cpp')
-rw-r--r--backends/sdl/sdl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sdl/sdl.cpp b/backends/sdl/sdl.cpp
index 0ed0568dd2..717523b9fb 100644
--- a/backends/sdl/sdl.cpp
+++ b/backends/sdl/sdl.cpp
@@ -102,7 +102,7 @@ OSystem_SDL::OSystem_SDL()
_cdrom(0), _scalerProc(0), _modeChanged(false), _dirtyChecksums(0),
_mouseVisible(false), _mouseDrawn(false), _mouseData(0), _mouseSurface(0),
_mouseOrigSurface(0), _mouseHotspotX(0), _mouseHotspotY(0), _cursorTargetScale(1),
- _cursorHasOwnPalette(false),
+ _cursorHasOwnPalette(false), _cursorPaletteDisabled(true),
_joystick(0),
_currentShakePos(0), _newShakePos(0),
_paletteDirtyStart(0), _paletteDirtyEnd(0),