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.
13 lines
296 B
Text
13 lines
296 B
Text
$NetBSD: patch-al,v 1.1 2000/02/03 16:01:15 abs Exp $
|
|
|
|
--- linuxdoom-1.10/m_bbox.h.orig Mon Dec 22 20:12:16 1997
|
|
+++ linuxdoom-1.10/m_bbox.h Thu Feb 3 01:33:52 2000
|
|
@@ -23,7 +23,7 @@
|
|
#ifndef __M_BBOX__
|
|
#define __M_BBOX__
|
|
|
|
-#include <values.h>
|
|
+#include "doomtype.h"
|
|
|
|
#include "m_fixed.h"
|
|
|