From: havoc Date: Sun, 13 Jul 2003 17:49:10 +0000 (+0000) Subject: added a very important part of GAME_GOODVSBAD2 support (it was not in the gamelist... X-Git-Tag: xonotic-v0.1.0preview~6535 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8511f5c0c3fa6ec974cb16342d4ed1c0d92a1d93;p=xonotic%2Fdarkplaces.git added a very important part of GAME_GOODVSBAD2 support (it was not in the gamelist array and thus its levels were not listed) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3266 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/menu.c b/menu.c index d48ea90f..e6b7ec89 100644 --- a/menu.c +++ b/menu.c @@ -2968,6 +2968,7 @@ gameinfo_t gamelist[] = {GAME_ROGUE, &roguegame, &roguegame}, {GAME_NEHAHRA, &nehahragame, &nehahragame}, {GAME_TRANSFUSION, &transfusiongame, &transfusiongame}, + {GAME_GOODVSBAD2, &goodvsbad2game, &goodvsbad2game}, {-1, &sharewarequakegame, ®isteredquakegame} // final fallback };