summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRohit Nirmal2014-05-08 17:38:21 -0400
committerRohit Nirmal2014-05-08 17:38:21 -0400
commit20077293f76eab793cf517e9a0c46c923a084150 (patch)
tree6a5789c9d90ef02256635368c4c75a35354a9f4f /src
parente898c2f0dec6ea5c6365fef9d494c7f94240bea5 (diff)
downloadchocolate-doom-20077293f76eab793cf517e9a0c46c923a084150.tar.gz
chocolate-doom-20077293f76eab793cf517e9a0c46c923a084150.tar.bz2
chocolate-doom-20077293f76eab793cf517e9a0c46c923a084150.zip
'strife' is a valid game for chocolate-setup too!
Diffstat (limited to 'src')
-rw-r--r--src/setup/mode.c2
1 files changed, 1 insertions, 1 deletions
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");