From: havoc Date: Tue, 4 Jul 2006 07:03:18 +0000 (+0000) Subject: fixed transfusion data check (the mainmenu item numbering starts at 1, not 0) X-Git-Tag: xonotic-v0.1.0preview~3880 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c1f42e62ad41ed84a7f1d76b85e2561adbf3f667;p=xonotic%2Fdarkplaces.git fixed transfusion data check (the mainmenu item numbering starts at 1, not 0) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6499 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/menu.c b/menu.c index edb6aec9..abc4a748 100644 --- 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