summaryrefslogtreecommitdiff
path: root/src/d_iwad.c
diff options
context:
space:
mode:
authorSimon Howard2014-01-19 07:35:58 +0000
committerSimon Howard2014-01-19 07:35:58 +0000
commit29e7b9d813046415ca385b8fcea4c39249f9e78e (patch)
tree2eda88e34aba15b44306963b9ac0057de108d8c5 /src/d_iwad.c
parente3047e45ebb57a407385c59d78029e98ffb4b2b8 (diff)
downloadchocolate-doom-29e7b9d813046415ca385b8fcea4c39249f9e78e.tar.gz
chocolate-doom-29e7b9d813046415ca385b8fcea4c39249f9e78e.tar.bz2
chocolate-doom-29e7b9d813046415ca385b8fcea4c39249f9e78e.zip
doom: Add support for Freedoom IWAD names.
Freedoom has new IWAD names. Support these as fallbacks if no other IWAD file can be found, but prefer FreeDM as it has Vanilla- compatible levels. Show a warning on startup if running using the main Freedoom IWADs.
Diffstat (limited to 'src/d_iwad.c')
-rw-r--r--src/d_iwad.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/d_iwad.c b/src/d_iwad.c
index f122065f..bfef4859 100644
--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -48,6 +48,9 @@ static iwad_t iwads[] =
{ "doom1.wad", doom, shareware, "Doom Shareware" },
{ "chex.wad", pack_chex, shareware, "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" },
{ "heretic.wad", heretic, retail, "Heretic" },
{ "heretic1.wad", heretic, shareware, "Heretic Shareware" },
{ "hexen.wad", hexen, commercial, "Hexen" },