]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Shorten the command line parameter to smb Mario/smb
authorMario <mario@smbclan.net>
Mon, 20 Mar 2017 16:54:52 +0000 (02:54 +1000)
committerMario <mario@smbclan.net>
Mon, 20 Mar 2017 16:54:52 +0000 (02:54 +1000)
common.c

index 746d2832d04a5c6d8a8266223fd0771bb2ae5846..1a4adc26ea2b031117014d4e90fdfc5955c3c61b 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1480,7 +1480,7 @@ static const gamemode_info_t gamemode_info [GAME_COUNT] =
 { GAME_STRAPBOMB,                              GAME_STRAPBOMB,                         "strapbomb",                    "-strapbomb",                           "Strap-on-bomb Car",            "Strap-on-bomb_Car",            "id1",          NULL,                   "strap",                        "strapbomb"                             }, // COMMANDLINEOPTION: Game: -strapbomb runs the game Strap-on-bomb Car
 { GAME_MOONHELM,                               GAME_MOONHELM,                          "moonhelm",                             "-moonhelm",                            "MoonHelm",                                     "MoonHelm",                                     "data",         NULL,                   "mh",                           "moonhelm"                              }, // COMMANDLINEOPTION: Game: -moonhelm runs the game MoonHelm
 { GAME_VORETOURNAMENT,                 GAME_VORETOURNAMENT,            "voretournament",               "-voretournament",                      "Vore Tournament",                      "Vore_Tournament",                      "data",         NULL,                   "voretournament",       "voretournament"                }, // COMMANDLINEOPTION: Game: -voretournament runs the multiplayer game Vore Tournament
-{ GAME_SUPERMECHANICALBROS,            GAME_SUPERMECHANICALBROS,       "supermechanicalbros",  "-supermechanicalbros",         "Super Mechanical Bros",        "Super_Mechanical_Bros",        "data",         NULL,                   "smb",                          "supermechanicalbros"   }, // COMMANDLINEOPTION: Game: -supermechanicalbros runs the multiplayer game Super Mechanical Bros
+{ GAME_SUPERMECHANICALBROS,            GAME_SUPERMECHANICALBROS,       "supermechanicalbros",  "-smb",                                         "Super Mechanical Bros",        "Super_Mechanical_Bros",        "data",         NULL,                   "smb",                          "supermechanicalbros"   }, // COMMANDLINEOPTION: Game: -smb runs the game Super Mechanical Bros
 };
 
 static void COM_SetGameType(int index);