1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

fix player window auto_pos

This commit is contained in:
zsilencer
2016-02-29 21:43:24 -07:00
parent 66e406ab75
commit e652177a31

View File

@@ -206,7 +206,7 @@ void window_player_open(uint8 id)
int player = network_get_player_index(id);
window = window_bring_to_front_by_number(WC_PLAYER, id);
if (window == NULL) {
window = window_create_auto_pos(210, 134, &window_player_overview_events, WC_PLAYER, WF_RESIZABLE);
window = window_create_auto_pos(240, 170, &window_player_overview_events, WC_PLAYER, WF_RESIZABLE);
window->number = id;
window->page = 0;
window->viewport_focus_coordinates.y = 0;