diff options
author | Rohit Nirmal | 2014-05-08 17:38:21 -0400 |
---|---|---|
committer | Rohit Nirmal | 2014-05-08 17:38:21 -0400 |
commit | 20077293f76eab793cf517e9a0c46c923a084150 (patch) | |
tree | 6a5789c9d90ef02256635368c4c75a35354a9f4f /src/setup | |
parent | e898c2f0dec6ea5c6365fef9d494c7f94240bea5 (diff) | |
download | chocolate-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/setup')
-rw-r--r-- | src/setup/mode.c | 2 |
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"); |