blob: 1e7fec384d4e7554060fe3ba9327b97879e0acab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/h2_main.c.orig Tue Dec 4 18:11:47 2001
+++ src/h2_main.c Mon Feb 10 16:56:31 2003
@@ -127,7 +127,7 @@
static char *wadfiles[MAXWADFILES] =
{
"hexen.wad",
- "/usr/local/share/games/uhexen/hexen.wad"
+ PREFIX "/share/doom/hexen.wad"
};
#else
static char *wadfiles[MAXWADFILES] =
|