X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=common.c;h=71c059aca7d739bb5452ce701c45dd432e51412f;hb=1a7bba11dc66eb6188b21c3aa6dfb5898be5299e;hp=9615b5a76997f36ed419142af73ef0e9d28095be;hpb=a7090118f648520872397a6210625d083b824dfa;p=xonotic%2Fdarkplaces.git diff --git a/common.c b/common.c index 9615b5a7..71c059ac 100644 --- a/common.c +++ b/common.c @@ -1514,6 +1514,9 @@ static const gamemode_info_t gamemode_info [GAME_COUNT] = // GAME_STRAPBOMB // COMMANDLINEOPTION: Game: -strapbomb runs the game Strap-on-bomb Car { "strapbomb", "-strapbomb", "Strap-on-bomb Car", "id1", NULL, "strap", "strapbomb" }, +// GAME_MOONHELM +// COMMANDLINEOPTION: Game: -moonhelm runs the game MoonHelm +{ "moonhelm", "-moonhelm", "MoonHelm", "data", NULL, "mh", "moonhelm" }, }; void COM_InitGameType (void)