1
0
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:
Hielke Morsink
2019-08-23 21:01:08 +02:00
parent af2ad8045c
commit bd42977243

View File

@@ -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;
}