From 8e17965465ee9bd3ebe2fbb30fbe1dbbd46d19e6 Mon Sep 17 00:00:00 2001 From: Alayan-stk-2 Date: Tue, 28 Aug 2018 01:31:21 +0200 Subject: [PATCH] Add default 1280x720 resolution in case irrlicht don't report it (#3405) --- src/states_screens/options_screen_video.cpp | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/states_screens/options_screen_video.cpp b/src/states_screens/options_screen_video.cpp index a4c3fa923..efa62f25c 100644 --- a/src/states_screens/options_screen_video.cpp +++ b/src/states_screens/options_screen_video.cpp @@ -250,6 +250,7 @@ void OptionsScreenVideo::init() // old standard resolutions // those are always useful for windowed mode bool found_1024_768 = false; + bool found_1280_720 = false; for (int n=0; n