From: havoc Date: Mon, 8 Aug 2005 07:16:41 +0000 (+0000) Subject: fix the commandline option documentation of The Hunted to say -thehunted, not -nether... X-Git-Tag: xonotic-v0.1.0preview~4660 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=072576621dba693875a7d9f8af5afdbb2fb1d22c;p=xonotic%2Fdarkplaces.git fix the commandline option documentation of The Hunted to say -thehunted, not -netherworld (no change in behavior, only documentation) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5561 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/common.c b/common.c index c8018664..86d448b0 100644 --- a/common.c +++ b/common.c @@ -964,7 +964,7 @@ static const gamemode_info_t gamemode_info [] = // COMMANDLINEOPTION: Game: -netherworld runs the game Netherworld: Dark Master { "netherworld", "-netherworld", "Netherworld: Dark Master", "id1", "netherworld", "nw", "darkplaces"}, // GAME_THEHUNTED -// COMMANDLINEOPTION: Game: -netherworld runs the game The Hunted +// COMMANDLINEOPTION: Game: -thehunted runs the game The Hunted { "thehunted", "-thehunted", "The Hunted", "thdata", NULL, "th", "thehunted"}, };