mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 13:45:25 +00:00
ZVISION: Actually change the cursor when ZGI mouse is pressed
This commit is contained in:
parent
c2e7b1ec22
commit
587f65c761
@ -102,6 +102,7 @@ void CursorManager::changeCursor(const Common::String &cursorName, bool pushed)
|
||||
char buffer[25];
|
||||
strcpy(buffer, _zgiCursorFileNames[i]);
|
||||
buffer[3] += 2;
|
||||
changeCursor(ZorkCursor(buffer));
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user