mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 23:34:37 +01:00
Integrate gCurrentCursor
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user