]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix the commandline option documentation of The Hunted to say -thehunted, not -nether...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 8 Aug 2005 07:16:41 +0000 (07:16 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 8 Aug 2005 07:16:41 +0000 (07:16 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5561 d7cf8633-e32d-0410-b094-e92efae38249

common.c

index c801866446cadb8b59f086274954e74a62e59bdc..86d448b0b1ba9b50e4553557613422618ee56bf6 100644 (file)
--- 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"},
 };