synced with scummvm svn rev 47951

This commit is contained in:
Pawel Kolodziejski 2011-04-10 15:33:20 +02:00
parent 55415ee174
commit 41be88f8b7
40 changed files with 3940 additions and 1089 deletions

View file

@ -446,8 +446,6 @@ void OSystem_SDL::setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x,
if (w == 0 || h == 0)
return;
/* Residual doesn't support this
_mouseCurState.hotX = hotspot_x;
_mouseCurState.hotY = hotspot_y;