From 2b781d82d5d10b586754e9fb6428f5b872355bff Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Sat, 22 Mar 2014 15:54:46 -0400 Subject: [PATCH] Quartz is evil, we need to ask for a new modeList --- src/sdl/i_video.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/sdl/i_video.c b/src/sdl/i_video.c index 71c813646..1a2305fef 100644 --- a/src/sdl/i_video.c +++ b/src/sdl/i_video.c @@ -1577,6 +1577,7 @@ const char *VID_GetModeName(INT32 modeNum) INT32 VID_GetModeForSize(INT32 w, INT32 h) { INT32 matchMode = -1, i; + VID_PrepareModeList(); if (USE_FULLSCREEN && numVidModes != -1) { for (i=firstEntry; i