summaryrefslogtreecommitdiff
path: root/src/doomdef.h
diff options
context:
space:
mode:
authorSimon Howard2011-03-09 01:06:07 +0000
committerSimon Howard2011-03-09 01:06:07 +0000
commited4adeba77bf7dd803e7b944ee5f871965a0ca29 (patch)
tree02fa3c1a50c0b26c7b024c2306cbecd2d2672834 /src/doomdef.h
parentb0519667da8edcea1592a0ba7b0dfa4b4709e034 (diff)
downloadchocolate-doom-ed4adeba77bf7dd803e7b944ee5f871965a0ca29.tar.gz
chocolate-doom-ed4adeba77bf7dd803e7b944ee5f871965a0ca29.tar.bz2
chocolate-doom-ed4adeba77bf7dd803e7b944ee5f871965a0ca29.zip
Add support for the alternate version of the Final Doom executable that
fixes the demo loop crash (thanks Porsche Monty, Enjay). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2297
Diffstat (limited to 'src/doomdef.h')
-rw-r--r--src/doomdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doomdef.h b/src/doomdef.h
index f9cd4fd9..fa85a47f 100644
--- a/src/doomdef.h
+++ b/src/doomdef.h
@@ -107,6 +107,7 @@ typedef enum
exe_hacx, // Hacx executable (Doom 1.9 with patch applied)
exe_ultimate, // Ultimate Doom (retail)
exe_final, // Final Doom
+ exe_final2, // Final Doom (alternate exe)
exe_chex, // Chex Quest executable (based on Final Doom)
} GameVersion_t;