]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/conveyor.qh
Properly support team field on trigger_multiple
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / conveyor.qh
index f2720302563ea99a2a4626be6b4be41b7fcf064f..c12b52d2dd19118e4d0a7209329796446922cbeb 100644 (file)
@@ -1,3 +1,4 @@
-#ifdef CSQC
-void ent_conveyor();
-#endif
+#pragma once
+
+IntrusiveList g_conveyed;
+STATIC_INIT(g_conveyed) { g_conveyed = IL_NEW(); }