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

Replace tile_element_get_type() with struct method

This commit is contained in:
Michael Steenbeek
2018-05-02 19:27:04 +02:00
committed by GitHub
parent 369d50feee
commit 5f9d40be7a
40 changed files with 283 additions and 288 deletions

View File

@@ -129,7 +129,7 @@ void setup_in_use_selection_flags()
uint16 type;
rct_banner* banner;
switch (tile_element_get_type(iter.element)) {
switch (iter.element->GetType()) {
default:
case TILE_ELEMENT_TYPE_SURFACE:
case TILE_ELEMENT_TYPE_TRACK: