]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/ladder.qc
Merge branch 'master' into terencehill/bot_waypoints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / ladder.qc
index 58c726360fcac469dc640f8962be1d5ac6ef5272..9d6b38338cc66f563409e974278f3223646c55e4 100644 (file)
@@ -53,6 +53,8 @@ void func_ladder_init(entity this)
 
 spawnfunc(func_ladder)
 {
+       IL_PUSH(g_ladders, this); // TODO: also func_water? bots currently loop through func_ladder only
+
        func_ladder_init(this);
 }