commit 29187fab9c9c39b77a8a07fef9fee299ae0125f4
Author: Mike Swanson <mikeonthecomputer@gmail.com>
AuthorDate: Sat Oct 10 06:15:53 2015 -0700
Commit: Mike Swanson <mikeonthecomputer@gmail.com>
CommitDate: Sat Oct 10 06:15:53 2015 -0700
doom: update gameversion documentation to include 1.666 through 1.8
---
src/doom/d_main.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/doom/d_main.c b/src/doom/d_main.c
index 3dd6e4ff..c4ac0147 100644
--- a/src/doom/d_main.c
+++ b/src/doom/d_main.c
@@ -964,8 +964,9 @@ static void InitGameVersion(void)
// @arg <version>
// @category compat
//
- // Emulate a specific version of Doom. Valid values are "1.9",
- // "ultimate", "final", "final2", "hacx" and "chex".
+ // Emulate a specific version of Doom. Valid values are "1.666",
+ // "1.7", "1.8", "1.9", "ultimate", "final", "final2", "hacx" and
+ // "chex".
//
p = M_CheckParmWithArgs("-gameversion", 1);