From 01f6d7a75a39ba0e4cff4744dce282651b286959 Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 1 Sep 2021 03:54:47 +0000 Subject: [PATCH] Make sure filesystem depths are consistent between maplist.txt and hexen2's progs.dat. This should fix the base game failing on the first boss map. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6053 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/server/pr_cmds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/server/pr_cmds.c b/engine/server/pr_cmds.c index 0346901ff..4b5b7624b 100644 --- a/engine/server/pr_cmds.c +++ b/engine/server/pr_cmds.c @@ -1983,6 +1983,7 @@ void Q_InitProgs(enum initprogs_e flags) //hexen2 - maplist contains a list of maps that we need to use an alternate progs.dat for. + d1 = COM_FDepthFile(addons, true); d2 = COM_FDepthFile("maplist.txt", true); if (d2 <= d1)//Use it if the maplist.txt file is within a more or equal important gamedir. {