1
0
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:
Aaron van Geffen
2018-01-03 19:19:33 +01:00
parent 9a2d3b226c
commit fad8494ccc
8 changed files with 12 additions and 12 deletions

View File

@@ -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: