foxygit / doom Log in
commit 05d7b38c619223424c4ea9df4faf11ac18b01a8e
Author:     Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Thu Jul 11 18:20:09 2019 +0200
Commit:     GitHub <noreply@github.com>
CommitDate: Thu Jul 11 18:20:09 2019 +0200

    rename "common" directory to "doom-all"
---
 src/doom/d_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/doom/d_main.c b/src/doom/d_main.c
index 9912a2f0..2d774a70 100644
--- a/src/doom/d_main.c
+++ b/src/doom/d_main.c
@@ -1517,7 +1517,7 @@ void D_DoomMain (void)

         // common auto-loaded files for all Doom flavors

-        autoload_dir = M_GetAutoloadDir("common");
+        autoload_dir = M_GetAutoloadDir("doom-all");
         DEH_AutoLoadPatches(autoload_dir);
         W_AutoLoadWADs(autoload_dir);
         free(autoload_dir);