added a way to disable menu.dat support from the commandline

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@693 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-12-29 03:16:50 +00:00
parent 1d1dd11bdf
commit e709de82f9
1 changed files with 2 additions and 0 deletions

View File

@ -1173,6 +1173,8 @@ void MP_Init (void)
{ {
return; return;
} }
if (COM_CheckParm("-qmenu"))
return;
M_DeInit_Internal(); M_DeInit_Internal();