1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Added enum name to window flag

This commit is contained in:
Duncan Frost
2014-09-15 20:07:16 +01:00
parent 7127140f16
commit 9aee80e5a6

View File

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