Fix issue where the borderless windowed mode menu option wasn't starting out reflecting the current value

git-svn-id: https://svn.eduke32.com/eduke32@8130 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-09-19 14:55:08 +00:00 committed by Christoph Oelckers
parent 4ad6dd65b1
commit 225be48aca

View file

@ -4273,6 +4273,7 @@ static void Menu_AboutToStartDisplaying(Menu_t * m)
newrendermode = videoGetRenderMode();
newfullscreen = fullscreen;
newvsync = vsync;
newborderless = r_borderless;
break;
case MENU_ADVSOUND: