add MENU_DAT defines

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2582 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2007-08-07 16:30:49 +00:00
parent 408ef862d2
commit 10045b4dcf
1 changed files with 4 additions and 0 deletions

View File

@ -2301,7 +2301,9 @@ void SCR_DrawTwoDimensional(int uimenu, qboolean nohud)
{
Sbar_IntermissionOverlay ();
M_Draw (uimenu);
#ifdef MENU_DAT
MP_Draw();
#endif
}
else if (cl.intermission == 2 && key_dest == key_game)
{
@ -2350,7 +2352,9 @@ void SCR_DrawTwoDimensional(int uimenu, qboolean nohud)
Editor_Draw();
#endif
M_Draw (uimenu);
#ifdef MENU_DAT
MP_Draw();
#endif
SCR_DrawConsole (false);
}