From e61c48e5817207c7394d1397009dde2141d9639f Mon Sep 17 00:00:00 2001 From: Juhu <5894800-Juhu_@users.noreply.gitlab.com> Date: Fri, 5 Jul 2024 19:37:05 +0200 Subject: [PATCH] clarify target_fragsFilter spawnflag description --- qcsrc/server/compat/quake3.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/compat/quake3.qc b/qcsrc/server/compat/quake3.qc index 666598d02..de033c1bf 100644 --- a/qcsrc/server/compat/quake3.qc +++ b/qcsrc/server/compat/quake3.qc @@ -257,7 +257,7 @@ spawnfunc(target_score) } #define FRAGSFILTER_REMOVER BIT(0) -#define FRAGSFILTER_RUNONCE BIT(1) // unused +#define FRAGSFILTER_RUNONCE BIT(1) // introduced but now unused by q3df #define FRAGSFILTER_SILENT BIT(2) #define FRAGSFILTER_RESET BIT(3) -- 2.39.2