]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
clarify target_fragsFilter spawnflag description
authorJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Fri, 5 Jul 2024 17:37:05 +0000 (19:37 +0200)
committerJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Fri, 5 Jul 2024 17:58:40 +0000 (19:58 +0200)
qcsrc/server/compat/quake3.qc

index 666598d02545e1afa39d8c1d474e39af5116a846..de033c1bfdda669ea0df19dc89078fc358016532 100644 (file)
@@ -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)