mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
7ae7b018cc
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
12 lines
253 B
C
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;
|