1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +01:00

Terminology change: rename spinners to steppers.

This commit is contained in:
Aaron van Geffen
2018-06-01 23:24:06 +02:00
parent 5666ce0025
commit f2b0f7457e
18 changed files with 97 additions and 97 deletions

View File

@@ -146,7 +146,7 @@ void widget_draw(rct_drawpixelinfo *dpi, rct_window *w, rct_widgetindex widgetIn
case WWT_LABEL:
widget_text(dpi, w, widgetIndex);
break;
case WWT_SPINNER:
case WWT_STEPPER:
case WWT_DROPDOWN:
case WWT_VIEWPORT:
widget_text_inset(dpi, w, widgetIndex);