Files
@ r28353:bfc4ab63f376
Branch filter:
Location: cpp/openttd-patchpack/source/CREDITS.md
r28353:bfc4ab63f376
3.2 KiB
text/x-markdown
Codechange: Replace mishmash of types for widget index with WidgetID.
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.