mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Use (RCT12)ObjectEntryIndex in more places
This commit is contained in:
@@ -125,7 +125,7 @@ void setup_in_use_selection_flags()
|
||||
tile_element_iterator_begin(&iter);
|
||||
do
|
||||
{
|
||||
uint16_t type;
|
||||
ObjectEntryIndex type;
|
||||
|
||||
switch (iter.element->GetType())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user