From 9aee80e5a6ec874dbaa049697765670f48b3e684 Mon Sep 17 00:00:00 2001 From: Duncan Frost Date: Mon, 15 Sep 2014 20:07:16 +0100 Subject: [PATCH] Added enum name to window flag --- src/window_peep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window_peep.c b/src/window_peep.c index de591b9e7e..a43fc2e5e1 100644 --- a/src/window_peep.c +++ b/src/window_peep.c @@ -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;