summarylogtreecommitdiffstats
path: root/afece38_guard_opengl_call_in_d_display_with_gl_doom.patch
diff options
context:
space:
mode:
Diffstat (limited to 'afece38_guard_opengl_call_in_d_display_with_gl_doom.patch')
-rw-r--r--afece38_guard_opengl_call_in_d_display_with_gl_doom.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/afece38_guard_opengl_call_in_d_display_with_gl_doom.patch b/afece38_guard_opengl_call_in_d_display_with_gl_doom.patch
deleted file mode 100644
index 09008b97379d..000000000000
--- a/afece38_guard_opengl_call_in_d_display_with_gl_doom.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/prboom2/src/d_main.c b/prboom2/src/d_main.c
-index 16a9efc2..4fe97465 100644
---- a/prboom2/src/d_main.c
-+++ b/prboom2/src/d_main.c
-@@ -395,8 +395,10 @@ void D_Display (fixed_t frac)
- R_DrawViewBorder();
- HU_Drawer();
-
-+#ifdef GL_DOOM
- if (V_GetMode() == VID_MODEGL)
- gld_ProcessExtraAlpha();
-+#endif
- }
-
- isborderstate = isborder;