]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/mapobjects/func/ladder.qh
Merge branch 'terencehill/noclip_death_fix' into 'master'
[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;