fix LordHavoc's spelling error.

This commit is contained in:
Bill Currie 2000-11-21 06:49:37 +00:00
parent e03e707272
commit 979a5b7e47
2 changed files with 2 additions and 2 deletions

View file

@ -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];

View file

@ -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];