foxygit / doom Log in
commit 6764d05ccc1510e6f092b07796f845479706ed78
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Mon Dec 17 08:54:50 2018 -0500
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Mon Dec 17 08:54:50 2018 -0500

    mode: Add v1.2 to valid versions list.
---
 src/d_mode.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/d_mode.c b/src/d_mode.c
index 6d7e0f87..26625ec4 100644
--- a/src/d_mode.c
+++ b/src/d_mode.c
@@ -120,6 +120,7 @@ static struct {
     GameMission_t mission;
     GameVersion_t version;
 } valid_versions[] = {
+    { doom,     exe_doom_1_2 },
     { doom,     exe_doom_1_666 },
     { doom,     exe_doom_1_7 },
     { doom,     exe_doom_1_8 },