Enable the cursor palette in ScummEngine_v70he::setDefaultCursor just to avoid problems in case it was disabled earlier.

svn-id: r48622
This commit is contained in:
Johannes Schickel 2010-04-11 17:28:34 +00:00
parent 175a81ce98
commit 19e620ba60

View File

@ -222,6 +222,7 @@ void ScummEngine_v70he::setDefaultCursor() {
if (_bytesPerPixel == 1) {
// Since white color position is not guaranteed
// we setup our own palette if supported by backend
CursorMan.disableCursorPalette(false);
CursorMan.replaceCursorPalette(palette, 0xfd, 3);
}