diff options
-rw-r--r-- | src/d_iwad.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d_iwad.c b/src/d_iwad.c index 59760adb..429ab129 100644 --- a/src/d_iwad.c +++ b/src/d_iwad.c @@ -50,6 +50,7 @@ static iwad_t iwads[] = { "heretic.wad", heretic, retail, "Heretic" }, { "heretic1.wad", heretic, shareware, "Heretic Shareware" }, { "hexen.wad", hexen, commercial, "Hexen" }, + { "strife1.wad", strife, commercial, "Strife" }, }; // Array of locations to search for IWAD files |