foxygit / doom Log in
commit 7d724dd54afc703002d2141d3b46fd53ad873087
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sun Nov 3 18:05:41 2019 -0500
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Sun Nov 3 18:05:41 2019 -0500

    iwad: Change priority to pick freedoom over freedm.

    FreeDM is more of a niche IWAD, and there's no reason any more that
    we should pick it over the main Freedoom IWAD files.
---
 src/d_iwad.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/d_iwad.c b/src/d_iwad.c
index 5d68b2f6..4f62cd71 100644
--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -40,9 +40,9 @@ static const iwad_t iwads[] =
     { "doom1.wad",    doom,      shareware,  "Doom Shareware" },
     { "chex.wad",     pack_chex, retail,     "Chex Quest" },
     { "hacx.wad",     pack_hacx, commercial, "Hacx" },
-    { "freedm.wad",   doom2,     commercial, "FreeDM" },
     { "freedoom2.wad", doom2,    commercial, "Freedoom: Phase 2" },
     { "freedoom1.wad", doom,     retail,     "Freedoom: Phase 1" },
+    { "freedm.wad",   doom2,     commercial, "FreeDM" },
     { "heretic.wad",  heretic,   retail,     "Heretic" },
     { "heretic1.wad", heretic,   shareware,  "Heretic Shareware" },
     { "hexen.wad",    hexen,     commercial, "Hexen" },