mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
a0dfb76e34
Indices were stored as int, but often passed around as uint/uint8_t and casts. Now they should all use WidgetID.