ref: 7d724dd54afc703002d2141d3b46fd53ad873087
parent: be4b3357712c6a591abb44c35644e331ce436890
author: Simon Howard <fraggle@soulsphere.org>
date: Sun Nov 3 13:05:41 EST 2019
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.
--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -40,9 +40,9 @@
{ "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" },