1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

fix status label position

This commit is contained in:
danidoedel
2015-06-04 17:27:56 +02:00
parent 55ede367bd
commit 89e4b1c824

View File

@@ -2205,7 +2205,7 @@ static void window_ride_main_paint()
(void*)0x013CE952,
0,
w->x + (widget->left + widget->right) / 2,
w->y + widget->top - 1,
w->y + widget->top,
widget->right - widget->left
);
}