summaryrefslogtreecommitdiff
path: root/src/d_mode.h
diff options
context:
space:
mode:
authorJames Haley2013-03-02 06:35:52 +0000
committerJames Haley2013-03-02 06:35:52 +0000
commit4e8d5dc97fe53f4ce110221c218f703834b3b9c2 (patch)
tree57c35c30fb64e062bbe37d8fc72fe80911b16c35 /src/d_mode.h
parent6a2255c70b882391931a7ef7ad9ada47a88b7c77 (diff)
downloadchocolate-doom-4e8d5dc97fe53f4ce110221c218f703834b3b9c2.tar.gz
chocolate-doom-4e8d5dc97fe53f4ce110221c218f703834b3b9c2.tar.bz2
chocolate-doom-4e8d5dc97fe53f4ce110221c218f703834b3b9c2.zip
Complete support for v1.31 behaviors in addition to v1.2, including the
ability to save on multiple save slots. Subversion-branch: /branches/v2-branch Subversion-revision: 2561
Diffstat (limited to 'src/d_mode.h')
-rw-r--r--src/d_mode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/d_mode.h b/src/d_mode.h
index 2a51c1d2..f18c1c06 100644
--- a/src/d_mode.h
+++ b/src/d_mode.h
@@ -74,7 +74,8 @@ typedef enum
exe_heretic_1_3, // Heretic 1.3
exe_hexen_1_1, // Hexen 1.1
- exe_strife_1_2, // Strife v1.2
+ exe_strife_1_2, // Strife v1.2
+ exe_strife_1_31 // Strife v1.31
} GameVersion_t;
// Skill level.