diff options
author | Travis Howell | 2006-01-29 09:27:17 +0000 |
---|---|---|
committer | Travis Howell | 2006-01-29 09:27:17 +0000 |
commit | 836e63561406c0e19cbd590304a054b1f72301a3 (patch) | |
tree | fbb889310ef67258e7ca57e387b6342bb5958c3f | |
parent | a863c37b0d9a5d3a4b3c14539d0d3792d958fbda (diff) | |
download | scummvm-rg350-836e63561406c0e19cbd590304a054b1f72301a3.tar.gz scummvm-rg350-836e63561406c0e19cbd590304a054b1f72301a3.tar.bz2 scummvm-rg350-836e63561406c0e19cbd590304a054b1f72301a3.zip |
Adjust, for recent changes.
svn-id: r20294
-rw-r--r-- | scumm/cursor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/cursor.cpp b/scumm/cursor.cpp index 1bc431a41e..51b14e0f90 100644 --- a/scumm/cursor.cpp +++ b/scumm/cursor.cpp @@ -188,7 +188,7 @@ void ScummEngine_v90he::setDefaultCursor() { static byte palette[] = { 0xff, 0xff, 0xff, 0, 0, 0, 0, 0}; - memset(_grabbedCursor, 0xFF, sizeof(_grabbedCursor)); + memset(_grabbedCursor, 5, sizeof(_grabbedCursor)); _cursor.hotspotX = _cursor.hotspotY = 2; src = default_he_cursor; |