mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
fix LordHavoc's spelling error.
This commit is contained in:
parent
e03e707272
commit
979a5b7e47
2 changed files with 2 additions and 2 deletions
|
@ -496,7 +496,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLin
|
|||
}
|
||||
|
||||
// LordHavoc: check for -basedir
|
||||
t = Com_CheckParm ("-basedir");
|
||||
t = COM_CheckParm ("-basedir");
|
||||
if (t && (t + 1) < com_argc)
|
||||
parms.basedir = com_argv[t];
|
||||
|
||||
|
|
|
@ -226,7 +226,7 @@ int main (int argc, char **argv)
|
|||
parms.basedir = ".";
|
||||
|
||||
// LordHavoc: check for -basedir
|
||||
t = Com_CheckParm ("-basedir");
|
||||
t = COM_CheckParm ("-basedir");
|
||||
if (t && (t + 1) < com_argc)
|
||||
parms.basedir = com_argv[t];
|
||||
|
||||
|
|
Loading…
Reference in a new issue