mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-21 03:01:29 +00:00
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:
parent
bb67cd181e
commit
6b2b084b76
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue