Mouse part of big patch #1013937 (OSystem layer with bigger resolution)

svn-id: r16800
This commit is contained in:
Eugene Sandulenko 2005-02-17 23:01:00 +00:00
parent e1323556c3
commit 78ee0bfdaf
8 changed files with 364 additions and 217 deletions

View file

@ -107,7 +107,8 @@ void ScummEngine_v6::setCursorTransparency(int a) {
void ScummEngine::updateCursor() {
_system->setMouseCursor(_grabbedCursor, _cursor.width, _cursor.height,
_cursor.hotspotX, _cursor.hotspotY);
_cursor.hotspotX, _cursor.hotspotY, 255,
(_heversion == 70 ? 2 : 1));
}
void ScummEngine_v6::grabCursor(int x, int y, int w, int h) {