don't look for qwprogs quite so much in single player.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1923 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-02-01 22:34:24 +00:00
parent bb67cd181e
commit 6b2b084b76
1 changed files with 1 additions and 1 deletions

View File

@ -948,7 +948,7 @@ void Q_InitProgs(void)
svs.numprogs=0;
d1 = COM_FDepthFile("progs.dat", true);
d2 = COM_FDepthFile("qwprogs.dat", true);
d2 = COM_FDepthFile("qwprogs.dat", true) + (!deathmatch.value * 3);
if (d1 < d2) //progs.dat is closer to the gamedir
strcpy(addons, "progs.dat");
else if (d1 > d2) //qwprogs.dat is closest