X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ffunc%2Fladder.qh;fp=qcsrc%2Fcommon%2Fmapobjects%2Ffunc%2Fladder.qh;h=e087ba8410a341fb09d77f6fa338030a7d109b65;hb=4247727e85005eee923c6c3b3b3c25b58a94c42d;hp=26cbbda032b0422dc6f7e9c6e749be79a4ccd3d7;hpb=5b4dd1bb267836163dec0a6e1709721e645a43aa;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mapobjects/func/ladder.qh b/qcsrc/common/mapobjects/func/ladder.qh index 26cbbda03..e087ba841 100644 --- a/qcsrc/common/mapobjects/func/ladder.qh +++ b/qcsrc/common/mapobjects/func/ladder.qh @@ -1,4 +1,6 @@ #pragma once -.float ladder_time; +IntrusiveList g_ladderents; +STATIC_INIT(g_ladderents) { g_ladderents = IL_NEW(); } + .entity ladder_entity;