mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
remove FitzTest_f - doesn't seem to test anything..
This commit is contained in:
parent
86b0065d0b
commit
68c17d38f7
1 changed files with 0 additions and 15 deletions
|
@ -1375,17 +1375,6 @@ void COM_InitArgv (int argc, char **argv)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
================
|
|
||||||
Test_f -- johnfitz
|
|
||||||
================
|
|
||||||
*/
|
|
||||||
#ifdef _DEBUG
|
|
||||||
static void FitzTest_f (void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
================
|
================
|
||||||
COM_Init
|
COM_Init
|
||||||
|
@ -1434,9 +1423,6 @@ void COM_Init (void)
|
||||||
|
|
||||||
if (COM_CheckParm("-fitz"))
|
if (COM_CheckParm("-fitz"))
|
||||||
fitzmode = true;
|
fitzmode = true;
|
||||||
#ifdef _DEBUG
|
|
||||||
Cmd_AddCommand ("fitztest", FitzTest_f); //johnfitz
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -2266,7 +2252,6 @@ void COM_InitFilesystem (void) //johnfitz -- modified based on topaz's tutorial
|
||||||
if (COM_CheckParm ("-quoth"))
|
if (COM_CheckParm ("-quoth"))
|
||||||
COM_AddGameDirectory (com_basedir, "quoth");
|
COM_AddGameDirectory (com_basedir, "quoth");
|
||||||
|
|
||||||
|
|
||||||
i = COM_CheckParm ("-game");
|
i = COM_CheckParm ("-game");
|
||||||
if (i && i < com_argc-1)
|
if (i && i < com_argc-1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue