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:
committed by
GitHub
parent
369d50feee
commit
5f9d40be7a
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user