shithub: choc

Download patch

ref: f28aa0ce55359ea1744d37cfe2cd5ff88f9db794
parent: 0b803cef636de5ad0c273843135e1dd8d17d8d2d
author: Jonathan Dowland <jon+github@alcopop.org>
date: Wed Sep 2 04:37:35 EDT 2015

reenable disk image on Mac OS X

--- a/src/i_video.c
+++ b/src/i_video.c
@@ -403,15 +403,6 @@
 
     SDL_VideoDriverName(buf, 15);
 
-    if (!strcmp(buf, "Quartz"))
-    {
-        // MacOS Quartz gives us pageflipped graphics that screw up the 
-        // display when we use the loading disk.  Disable it.
-        // This is a gross hack.
-
-        return;
-    }
-
     if (M_CheckParm("-cdrom") > 0)
         disk_name = DEH_String("STCDROM");
     else