// 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)
GAME_PROPHECY,
GAME_BLOODOMNICIDE,
GAME_STEELSTORM, // added by motorsep
+ GAME_STRAPBOMB, // added by motorsep for Urre
GAME_COUNT
}
gamemode_t;