diff options
Diffstat (limited to 'src/doomdef.h')
-rw-r--r-- | src/doomdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doomdef.h b/src/doomdef.h index 87021ae2..52964242 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -105,8 +105,8 @@ typedef enum { exe_doom_1_9, // Doom 1.9: used for shareware, registered and commercial exe_ultimate, // Ultimate Doom (retail) - exe_chex, // Chex Quest executable (based on Ultimate Doom) exe_final, // Final Doom + exe_chex, // Chex Quest executable (based on Final Doom) } GameVersion_t; |