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
322 B
C++
11 lines
322 B
C++
--- ./src/e_main.cc.orig Thu Jun 21 00:04:22 2007
|
|
+++ ./src/e_main.cc Wed Dec 5 23:35:20 2007
|
|
@@ -1110,6 +1110,8 @@
|
|
|
|
if (s && epi::the_filesystem->IsDir(s))
|
|
iwad_dir.Set(s);
|
|
+ else
|
|
+ iwad_dir.Set("%%DMDIR%%");
|
|
}
|
|
|
|
// Should the IWAD directory not be set by now, then we
|