From 072576621dba693875a7d9f8af5afdbb2fb1d22c Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 8 Aug 2005 07:16:41 +0000 Subject: [PATCH] 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 --- common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, }; -- 2.39.2