foxygit / doom Log in
commit f28aa0ce55359ea1744d37cfe2cd5ff88f9db794
Author:     Jonathan Dowland <jon+github@alcopop.org>
AuthorDate: Wed Sep 2 08:37:35 2015 +0100
Commit:     Jonathan Dowland <jon+github@alcopop.org>
CommitDate: Wed Sep 2 08:37:35 2015 +0100

    reenable disk image on Mac OS X
---
 src/i_video.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/i_video.c b/src/i_video.c
index 4d5e7343..e93ce43f 100644
--- a/src/i_video.c
+++ b/src/i_video.c
@@ -403,15 +403,6 @@ void I_EnableLoadingDisk(void)

     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