foxygit / doom Log in
commit 20077293f76eab793cf517e9a0c46c923a084150
Author:     Rohit Nirmal <rohitnirmal9@gmail.com>
AuthorDate: Thu May 8 17:38:21 2014 -0400
Commit:     Rohit Nirmal <rohitnirmal9@gmail.com>
CommitDate: Thu May 8 17:38:21 2014 -0400

    'strife' is a valid game for chocolate-setup too!
---
 src/setup/mode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/setup/mode.c b/src/setup/mode.c
index 89f0f753..d0e1f201 100644
--- a/src/setup/mode.c
+++ b/src/setup/mode.c
@@ -338,7 +338,7 @@ void SetupMission(GameSelectCallback callback)
     // @arg <game>
     //
     // Specify the game to configure the settings for.  Valid
-    // values are 'doom', 'heretic' and 'hexen'.
+    // values are 'doom', 'heretic', 'hexen' and 'strife'.
     //

     p = M_CheckParm("-game");