diff options
Diffstat (limited to 'games/heretic/files/patch-r__things.c')
| -rw-r--r-- | games/heretic/files/patch-r__things.c | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/games/heretic/files/patch-r__things.c b/games/heretic/files/patch-r__things.c new file mode 100644 index 000000000000..954319b17c9d --- /dev/null +++ b/games/heretic/files/patch-r__things.c @@ -0,0 +1,11 @@ +--- 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; | 
