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=deb4c0dce1468665f6328aea364ab570b93490f8;hp=26cbbda032b0422dc6f7e9c6e749be79a4ccd3d7;hpb=e65ceea744386d1236c3439a87bebc27a5df564c;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;