1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Merge pull request #9929 from Broxzier/bugfix/remove-park-fences-screen-artifacts

Fix: Fences still visible after using remove_park_fences
This commit is contained in:
Hielke Morsink
2019-08-23 21:47:30 +02:00
committed by GitHub

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