From e42db5b2b0f03cbb35ed574774561e0ed1630d10 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Sun, 21 Jan 2024 12:36:46 -0600 Subject: [PATCH] Make Team Arena pk3 error show when missing all pk3 files The error was only displayed for Team Arena if one of the Team Arena pk3s were found. Fix it to be display when trying to run Team Arena even with no Team Arena pk3s present. --- code/qcommon/files.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/qcommon/files.c b/code/qcommon/files.c index f9f721de..3962caef 100644 --- a/code/qcommon/files.c +++ b/code/qcommon/files.c @@ -3685,7 +3685,8 @@ static void FS_CheckPak0( void ) Com_Error(ERR_FATAL, "%s", errorText); } - if(!com_standalone->integer && foundTA && (foundTA & ((1<integer && (foundTA & ((1<string, BASETA) || !Q_stricmp(fs_basegame->string, BASETA))) { char errorText[MAX_STRING_CHARS] = "";