]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
+some tune ups for Steel Storm screenshot prefix
authormotorsep <motorsep@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 20 Feb 2010 18:31:50 +0000 (18:31 +0000)
committermotorsep <motorsep@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 20 Feb 2010 18:31:50 +0000 (18:31 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9992 d7cf8633-e32d-0410-b094-e92efae38249

common.c

index 04de68b959d28ceeebdc23a5027379f8b25ed288..ad5f5abb686fc4348cbf1666f09da73e8623dfd1 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1506,7 +1506,7 @@ static const gamemode_info_t gamemode_info [GAME_COUNT] =
 { "omnicide", "-omnicide", "Blood Omnicide", "kain", NULL, "omnicide", "omnicide" },
 // GAME_STEELSTORM
 // COMMANDLINEOPTION: Game: -steelstorm runs the game Steel Storm
-{ "steelstorm",                                "-steelstorm",          "Steel Storm",          "gamedata",             NULL,                   "steelstorm",                   "steelstorm" },
+{ "steelstorm",                                "-steelstorm",          "Steel-Storm",          "gamedata",             NULL,                   "ss",                   "steelstorm" },
 };
 
 void COM_InitGameType (void)