]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
+Added Urre's game, "Strap-on-bomb Car"
authormotorsep <motorsep@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 22 May 2010 15:18:44 +0000 (15:18 +0000)
committermotorsep <motorsep@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 22 May 2010 15:18:44 +0000 (15:18 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10209 d7cf8633-e32d-0410-b094-e92efae38249

common.c
common.h

index d7023b9837bae246ffa6c09fb2585435f25663a5..b52b0bfaf9cf5529d107c381f632f78977a196cc 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1508,6 +1508,9 @@ static const gamemode_info_t gamemode_info [GAME_COUNT] =
 // GAME_STEELSTORM
 // COMMANDLINEOPTION: Game: -steelstorm runs the game Steel Storm
 { "steelstorm",                                "-steelstorm",          "Steel-Storm",          "gamedata",             NULL,                   "ss",                   "steelstorm" },
+// GAME_STRAPBOMB
+// COMMANDLINEOPTION: Game: -strapbomb runs the game Strap-on-bomb Car
+{ "strapbomb",                         "-strapbomb",           "Strap-on-bomb Car",            "id1",          NULL,                   "strap",                        "strapbomb" },
 };
 
 void COM_InitGameType (void)
index 4c7165c1d6d374741f89de074c9f414831c8ed18..638c7d448e9b0e602d73df944c6bc777ec55dbbb 100644 (file)
--- a/common.h
+++ b/common.h
@@ -272,6 +272,7 @@ typedef enum gamemode_e
        GAME_PROPHECY,
        GAME_BLOODOMNICIDE,
        GAME_STEELSTORM, // added by motorsep
+       GAME_STRAPBOMB, // added by motorsep for Urre
        GAME_COUNT
 }
 gamemode_t;