5cf1286163
at the Total Conversion developer, but still able to play the original DOOM games. This project started with the DOOM source released by id software. Note that it currently does not support playing the original MIDI music, but supports OGG Vorbis audio files. For Total Conversions using Edge see: http://www.wadsinprogress.info/ For high resolution textures see: http://forums.yaa.dk/viewtopic.php?f=32&t=69 WWW: http://edge.sourceforge.net/
11 lines
217 B
C
11 lines
217 B
C
--- ./src/unx_sysinc.h.orig Mon May 28 00:01:49 2007
|
|
+++ ./src/unx_sysinc.h Wed Dec 5 23:19:09 2007
|
|
@@ -23,7 +23,7 @@
|
|
|
|
#include <sys/ioctl.h>
|
|
|
|
-#ifndef MACOSX
|
|
+#ifdef __linux__
|
|
#include <linux/cdrom.h>
|
|
#endif
|
|
|