fa022bb0af
Actually work with the supplied WAD file One file-to-patch per patchfile Remove strange 'post-patch' substitute X11_BASE phase Fix numerous coredumps Add a '-h' usage Handle the sndserver dying Make it work on little endian systems Add a '-volume X' flag, and skip all sound code if 0 Other cleanup in some of the more repellant code areas.
14 lines
396 B
Text
14 lines
396 B
Text
$NetBSD: patch-ak,v 1.1 2000/02/03 16:01:15 abs Exp $
|
|
|
|
--- linuxdoom-1.10/info.h.orig Mon Dec 22 20:11:18 1997
|
|
+++ linuxdoom-1.10/info.h Thu Feb 3 01:33:51 2000
|
|
@@ -1156,7 +1156,8 @@
|
|
} state_t;
|
|
|
|
extern state_t states[NUMSTATES];
|
|
-extern char *sprnames[NUMSPRITES];
|
|
+/* R_InitSpriteDefs insists on a NULL terminated list, add one for NULL. (jfw) */
|
|
+extern char *sprnames[NUMSPRITES+1];
|
|
|
|
|
|
|