mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Close #12408: Refactor CURSOR_ID to use strong enum
This commit is contained in:
@@ -1075,7 +1075,7 @@ void map_invalidate_selection_rect()
|
||||
*/
|
||||
void map_reorganise_elements()
|
||||
{
|
||||
context_setcurrentcursor(CURSOR_ZZZ);
|
||||
context_setcurrentcursor(CursorID::ZZZ);
|
||||
|
||||
auto newTileElements = std::make_unique<TileElement[]>(MAX_TILE_ELEMENTS_WITH_SPARE_ROOM);
|
||||
TileElement* newElementsPtr = newTileElements.get();
|
||||
|
||||
Reference in New Issue
Block a user