forked from mirror/OpenTTD
Indices were stored as int, but often passed around as uint/uint8_t and casts. Now they should all use WidgetID.
Indices were stored as int, but often passed around as uint/uint8_t and casts. Now they should all use WidgetID.