forked from pool/chocolate-doom
20 lines
574 B
Diff
20 lines
574 B
Diff
|
---
|
||
|
src/d_iwad.c | 3 ++-
|
||
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||
|
|
||
|
Index: chocolate-doom-1.7.0/src/d_iwad.c
|
||
|
===================================================================
|
||
|
--- chocolate-doom-1.7.0.orig/src/d_iwad.c
|
||
|
+++ chocolate-doom-1.7.0/src/d_iwad.c
|
||
|
@@ -556,8 +556,9 @@ static void BuildIWADDirList(void)
|
||
|
|
||
|
// Standard places where IWAD files are installed under Unix.
|
||
|
|
||
|
- AddIWADDir("/usr/share/games/doom");
|
||
|
AddIWADDir("/usr/local/share/games/doom");
|
||
|
+ AddIWADDir("/usr/share/games/doom");
|
||
|
+ AddIWADDir("/usr/share/doom");
|
||
|
|
||
|
#endif
|
||
|
|