freebsd-ports/games/heretic/files/patch-r_things.c
Oliver Lehmann c433050bc5 fix for amd64 (compiled, but segfaulted)
fix build with FASTX11
OPTIONify
bump PORTREVISION
2006-12-31 10:59:27 +00:00

11 lines
239 B
C

--- r_things.c.orig Thu Jan 27 00:49:35 2000
+++ r_things.c Fri Dec 29 20:57:02 2006
@@ -144,7 +144,7 @@
while (*check != NULL)
check++;
- numsprites = check-namelist;
+ numsprites = 128;
if (!numsprites)
return;