1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Integrate gCurrentCursor

This commit is contained in:
Ted John
2016-09-05 20:53:30 +01:00
parent 1338f7cedd
commit 9d49dbd782
4 changed files with 11 additions and 12 deletions

View File

@@ -723,7 +723,7 @@ void platform_toggle_windowed_mode()
*/
void platform_set_cursor(uint8 cursor)
{
RCT2_GLOBAL(RCT2_ADDRESS_CURENT_CURSOR, uint8) = cursor;
gCurrentCursor = cursor;
SDL_SetCursor(_cursors[cursor]);
}
/**