]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added a very important part of GAME_GOODVSBAD2 support (it was not in the gamelist...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 13 Jul 2003 17:49:10 +0000 (17:49 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 13 Jul 2003 17:49:10 +0000 (17:49 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3266 d7cf8633-e32d-0410-b094-e92efae38249

menu.c

diff --git a/menu.c b/menu.c
index d48ea90ffd57983d6724a60a4bfd5474341509cc..e6b7ec89d087281fa639ef766a4631c2a22128de 100644 (file)
--- 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, &registeredquakegame} // final fallback
 };