mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-04 13:42:55 +01:00
Fix: Fences still visible after using remove_park_fences
This commit is contained in:
@@ -1211,6 +1211,8 @@ static int32_t cc_remove_park_fences(InteractiveConsole& console, [[maybe_unused
|
||||
}
|
||||
} while (tile_element_iterator_next(&it));
|
||||
|
||||
gfx_invalidate_screen();
|
||||
|
||||
console.WriteFormatLine("Park fences have been removed.");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user