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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user