diff options
Diffstat (limited to 'games/abuse/patches/patch-ao')
-rw-r--r-- | games/abuse/patches/patch-ao | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/abuse/patches/patch-ao b/games/abuse/patches/patch-ao new file mode 100644 index 00000000000..09f3271fad3 --- /dev/null +++ b/games/abuse/patches/patch-ao @@ -0,0 +1,12 @@ +$NetBSD: patch-ao,v 1.1 2005/11/11 15:20:41 joerg Exp $ + +--- imlib/mdlread.c.orig 2005-11-11 14:47:29.000000000 +0000 ++++ imlib/mdlread.c +@@ -110,7 +110,6 @@ image **read_mdl(char *fn, palette *&pal + char buf[50]; + unsigned short xy[2],i,j; + clear_errors(); +- make_block(sizeof(FILE)); + im=NULL; + total=0; + startn--; |