mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Rename WWT_12 to WWT_LABEL_CENTRED.
This is used for centred textual labels.
This commit is contained in:
@@ -141,7 +141,7 @@ void widget_draw(rct_drawpixelinfo *dpi, rct_window *w, rct_widgetindex widgetIn
|
||||
case WWT_TABLE_HEADER:
|
||||
widget_text_button(dpi, w, widgetIndex);
|
||||
break;
|
||||
case WWT_12:
|
||||
case WWT_LABEL_CENTRED:
|
||||
widget_text_unknown(dpi, w, widgetIndex);
|
||||
break;
|
||||
case WWT_14:
|
||||
|
||||
Reference in New Issue
Block a user