]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.c
now that performance of cl_decals_newsystem is not terrible, enable it
[xonotic/darkplaces.git] / common.c
index 8c5e7dbd3df812de7b3d23f3a09224ebedb1ebd6..685c493d21cd5e4cc27946d4f75335138f6ab41d 100644 (file)
--- 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)