call QFS_Gamedir only if the gamedir actually changes

This commit is contained in:
Bill Currie 2003-03-11 05:58:06 +00:00
parent 63edd414d6
commit 661b812fac

View file

@ -692,9 +692,9 @@ CL_ParseServerData (void)
Host_WriteConfiguration ();
cflag = true;
Draw_ClearCache ();
}
QFS_Gamedir (str);
QFS_Gamedir (str);
}
// ZOID--run the autoexec.cfg in the gamedir if it exists
if (cflag) {