freebsd-ports/games/sdlquake2/files/patch-vid_so.c
Alejandro Pulver 0eaf5b215b - Add games/sdlquake2.
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/
2006-05-05 17:42:08 +00:00

11 lines
223 B
C

--- ./vid_so.c.orig Thu May 19 17:56:13 2005
+++ ./vid_so.c Sun Feb 26 11:23:56 2006
@@ -225,7 +225,7 @@
fn[strlen(fn) - 1] = 0;
*/
- strcpy (fn, ".");
+ strcpy (fn, LIBDIR);
strcat(fn, "/");
strcat(fn, name);