mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 01:35:06 +01:00
Rename rct_string_id to StringId
This commit is contained in:
@@ -179,7 +179,7 @@ public:
|
||||
gfx_filter_rect(&dpi, { screenCoords, rightBottom }, FilterPaletteID::PaletteDarken3);
|
||||
}
|
||||
|
||||
rct_string_id item = gDropdownItems[i].Format;
|
||||
StringId item = gDropdownItems[i].Format;
|
||||
if (item == Dropdown::FormatLandPicker || item == Dropdown::FormatColourPicker)
|
||||
{
|
||||
// Image item
|
||||
|
||||
Reference in New Issue
Block a user