mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
0eaf5b215b
Basically this is a combination of R1Q2 and R1GL with SDL code from Quake2Forge. Meaning it's R1Q2 protocol 35 compatible Linux client. Tested on Debian Sarge. Both client and dedicated server. WWW: http://koti.mbnet.fi/~turol/sdlquake2/
12 lines
269 B
C
12 lines
269 B
C
--- ./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
|
|
|