Files
@ r28353:bfc4ab63f376
Branch filter:
Location: cpp/openttd-patchpack/source/src/widgets/cheat_widget.h
r28353:bfc4ab63f376
926 B
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.