diff options
Diffstat (limited to 'games/sdlquake2/files/patch-gl_rmain.c')
-rw-r--r-- | games/sdlquake2/files/patch-gl_rmain.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/sdlquake2/files/patch-gl_rmain.c b/games/sdlquake2/files/patch-gl_rmain.c deleted file mode 100644 index dda7bfdcee6a..000000000000 --- a/games/sdlquake2/files/patch-gl_rmain.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./gl_rmain.c.orig Thu May 19 17:56:13 2005 -+++ ./gl_rmain.c Sun Feb 26 11:23:56 2006 -@@ -1450,7 +1450,7 @@ - ri.Cvar_Set( "scr_drawall", "0" ); - } - --#ifdef __linux__ -+#if defined(__linux__) || defined(__FreeBSD__) - ri.Cvar_SetValue( "gl_finish", 0 ); - #endif - |