diff --git a/src/title.c b/src/title.c index bbfa0e7375..d7fbbd9f44 100644 --- a/src/title.c +++ b/src/title.c @@ -266,8 +266,6 @@ static void DrawOpenRCT2(int x, int y) void game_handle_input(); void title_update() { - int tmp; - screenshot_check(); title_handle_keyboard_input(); diff --git a/src/windows/options.c b/src/windows/options.c index edfbafea79..2bcd8cf8bd 100644 --- a/src/windows/options.c +++ b/src/windows/options.c @@ -218,7 +218,7 @@ void window_options_open() if (w != NULL) return; - w = window_create_auto_pos(WW, WH, (uint32*)window_options_events, WC_OPTIONS, 0); + w = window_create_centred(WW, WH, (uint32*)window_options_events, WC_OPTIONS, 0); w->widgets = window_options_widgets; w->enabled_widgets = (1ULL << WIDX_CLOSE) |