X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Fconveyor.qh;h=c12b52d2dd19118e4d0a7209329796446922cbeb;hb=d865de7a9a17c5a1d9286aec40f68c3530697660;hp=f2720302563ea99a2a4626be6b4be41b7fcf064f;hpb=9c09a961b8674e3a808889d3f34d71855018d3bc;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/func/conveyor.qh b/qcsrc/common/triggers/func/conveyor.qh index f27203025..c12b52d2d 100644 --- a/qcsrc/common/triggers/func/conveyor.qh +++ b/qcsrc/common/triggers/func/conveyor.qh @@ -1,3 +1,4 @@ -#ifdef CSQC -void ent_conveyor(); -#endif +#pragma once + +IntrusiveList g_conveyed; +STATIC_INIT(g_conveyed) { g_conveyed = IL_NEW(); }