]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/mapobjects/func/ladder.qh
Make ladders use the same iterative logic as conveyors, fixes some maps with super...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / func / ladder.qh
1 #pragma once
2
3 IntrusiveList g_ladderents;
4 STATIC_INIT(g_ladderents) { g_ladderents = IL_NEW(); }
5
6 .entity ladder_entity;