]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fixed transfusion data check (the mainmenu item numbering starts at 1, not 0)
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 4 Jul 2006 07:03:18 +0000 (07:03 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 4 Jul 2006 07:03:18 +0000 (07:03 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6499 d7cf8633-e32d-0410-b094-e92efae38249

menu.c

diff --git a/menu.c b/menu.c
index edb6aec99ec3eefad69b13013d6cd50d46a6227a..abc4a74851499e223128d53c6524dca13ffb7c4d 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -398,7 +398,7 @@ void M_Menu_Main_f (void)
                MAIN_ITEMS = 6;
        else if (gamemode == GAME_TRANSFUSION)
        {
-               s = "gfx/menu/mainmenu0";
+               s = "gfx/menu/mainmenu1";
                if (sv.active && !cl.intermission && cl.islocalgame)
                        MAIN_ITEMS = 8;
                else