From 8511f5c0c3fa6ec974cb16342d4ed1c0d92a1d93 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 13 Jul 2003 17:49:10 +0000 Subject: [PATCH] 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 --- menu.c | 1 + 1 file changed, 1 insertion(+) 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 }; -- 2.39.2