From d6c129b825aacc82fa01082da499d1fdca4951de Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 27 Dec 2019 23:22:39 +0100 Subject: [PATCH] - Hide Exhumed frontend behind a -experimental switch. Since the NBlood and PCExhumed repos got merged, keeping separate branches may become a bit of a hassle, so now there is only one branch, but this game will not be shown to regular users until it gets more stable. --- source/common/searchpaths.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/common/searchpaths.cpp b/source/common/searchpaths.cpp index ef2301292..bcfaf3463 100644 --- a/source/common/searchpaths.cpp +++ b/source/common/searchpaths.cpp @@ -37,6 +37,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "common.h" #include "version.h" #include "gamecontrol.h" +#include "m_argv.h" #include "filesystem/filesystem.h" static const char* res_exts[] = { ".grp", ".zip", ".pk3", ".pk4", ".7z", ".pk7" }; @@ -827,6 +828,12 @@ static TArray ParseGrpInfo(const char *fn, FileReader &fr, TMap