Files
@ r28353:bfc4ab63f376
Branch filter:
Location: cpp/openttd-patchpack/source/src/widgets/ai_widget.h
r28353:bfc4ab63f376
1.8 KiB
text/x-c
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.