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

Fixed resize gripper not showing up on guest and staff windows.

This commit is contained in:
hexdec
2014-08-17 22:40:34 +02:00
parent ea43709c27
commit 2f5f65d607
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ void window_peep_open(rct_peep* peep){
window->min_height = 157;
window->max_width = 500;
window->max_height = 450;
window->flags = 8;
window->flags = 1 << 8;
window->no_list_items = 0;
window->selected_list_item = -1;
window->colours[0] = 1;

View File

@@ -198,7 +198,7 @@ rct_window* sub_6BEF1B(rct_peep* peep)
w->max_width = 500;
w->max_height = 450;
w->flags = 8;
w->flags = 1 << 8;
w->colours[0] = 1;
w->colours[1] = 4;