1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/games/heretic/files/patch-r__things.c
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

12 lines
253 B
C

--- r_things.c.orig 2000-01-26 23:49:35 UTC
+++ r_things.c
@@ -144,7 +144,7 @@ void R_InitSpriteDefs (char **namelist)
while (*check != NULL)
check++;
- numsprites = check-namelist;
+ numsprites = 128;
if (!numsprites)
return;