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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user