1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00

fix erroneous position calculation due to additional offset

This commit is contained in:
Miso Zmiric (Mike Squinter)
2014-11-24 17:37:45 +00:00
parent 1e6c9ddfd8
commit a7f015669a

View File

@@ -415,7 +415,7 @@ static void window_game_top_toolbar_invalidate()
window_game_top_toolbar_widgets[WIDX_PAUSE].left = x;
x += 29;
window_game_top_toolbar_widgets[WIDX_PAUSE].right = x;
x += 1;
// x += 1;
// window_game_top_toolbar_widgets[WIDX_FASTFORWARD].left = x;
// x += 29;
// window_game_top_toolbar_widgets[WIDX_FASTFORWARD].right = x;