From: divverent Date: Thu, 19 Sep 2013 12:19:20 +0000 (+0000) Subject: Game definitions for Vore Tournament X-Git-Tag: xonotic-v0.8.0~96^2~32 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=0a9cb13c130407234be6c297af3006258e90bf3d;ds=sidebyside Game definitions for Vore Tournament From: MirceaKitsune git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12008 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/common.c b/common.c index 00e924b6..12666d56 100644 --- 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); diff --git a/common.h b/common.h index 1324da27..b18064b1 100644 --- 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;