]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Game definitions for Vore Tournament
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 19 Sep 2013 12:19:20 +0000 (12:19 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 19 Sep 2013 12:19:20 +0000 (12:19 +0000)
From: MirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12008 d7cf8633-e32d-0410-b094-e92efae38249

common.c
common.h

index 00e924b64b47866b40b6e3f16fae94a08ee64b92..12666d56dad0378ac8d7e59e7c475fe506a55915 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1475,6 +1475,7 @@ static const gamemode_info_t gamemode_info [GAME_COUNT] =
 { GAME_TOMESOFMEPHISTOPHELES,          GAME_TOMESOFMEPHISTOPHELES,             "tomesofmephistopheles",                "-tomesofmephistopheles",               "Tomes of Mephistopheles",                      "gamedata",     NULL,                   "tom",                  "tomesofmephistopheles"         }, // COMMANDLINEOPTION: Game: -steelstorm runs the game Steel Storm
 { GAME_STRAPBOMB,              GAME_STRAPBOMB,                 "strapbomb",            "-strapbomb",           "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",                             "data",         NULL,                   "mh",                   "moonhelm"                      }, // COMMANDLINEOPTION: Game: -moonhelm runs the game MoonHelm
+{ GAME_VORETOURNAMENT, GAME_NORMAL,                    "voretournament",       "-voretournament",      "Vore Tournament",              "data",         NULL,                   "voretournament","voretournament"       }, // COMMANDLINEOPTION: Game: -voretournament runs the multiplayer game Vore Tournament
 };
 
 static void COM_SetGameType(int index);
index 1324da27cda9b088ccb5cb060d6799b3a2751982..b18064b1d46094048f59d00d9d3f9e714e414211 100644 (file)
--- a/common.h
+++ b/common.h
@@ -295,6 +295,7 @@ typedef enum gamemode_e
        GAME_TOMESOFMEPHISTOPHELES, // added by motorsep
        GAME_STRAPBOMB, // added by motorsep for Urre
        GAME_MOONHELM,
+       GAME_VORETOURNAMENT,
        GAME_COUNT
 }
 gamemode_t;