diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-08-11 02:08:32 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-08-11 03:37:08 -0400 |
commit | ed1ee35ae6b03c883af7995d636c287c0c0050d5 (patch) | |
tree | 9ffe714368f2727fa78e35591a39785aab953d5e /games-fps/prboom-plus/files | |
parent | games-fps/eduke32: drop 20220422.10033 (diff) | |
download | gentoo-ed1ee35ae6b03c883af7995d636c287c0c0050d5.tar.gz gentoo-ed1ee35ae6b03c883af7995d636c287c0c0050d5.tar.bz2 gentoo-ed1ee35ae6b03c883af7995d636c287c0c0050d5.zip |
games-fps/prboom-plus: drop 2.6.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-fps/prboom-plus/files')
-rw-r--r-- | games-fps/prboom-plus/files/prboom-plus-2.6.1-Guard-OpenGL-call-in-D_Display-with-GL_DOOM.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/games-fps/prboom-plus/files/prboom-plus-2.6.1-Guard-OpenGL-call-in-D_Display-with-GL_DOOM.patch b/games-fps/prboom-plus/files/prboom-plus-2.6.1-Guard-OpenGL-call-in-D_Display-with-GL_DOOM.patch deleted file mode 100644 index 78a0285703f4..000000000000 --- a/games-fps/prboom-plus/files/prboom-plus-2.6.1-Guard-OpenGL-call-in-D_Display-with-GL_DOOM.patch +++ /dev/null @@ -1,28 +0,0 @@ -From eca393ffd3c05279150a29e104953c0234a59736 Mon Sep 17 00:00:00 2001 -From: William Breathitt Gray <vilhelm.gray@gmail.com> -Date: Fri, 27 Aug 2021 12:06:45 +0900 -Subject: [PATCH] Guard OpenGL call in D_Display() with GL_DOOM - -Fixes: https://github.com/coelckers/prboom-plus/issues/382 ---- - prboom2/src/d_main.c | 2 ++ - 1 file changed, 2 insertions(+) - -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; --- -2.33.0 - |