]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Use an intrusive list to find ladders in bot AI
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index d8747d0b426010a3bb1e4e6034bd67b98b0ef45f..08f1d2016460e0fc7688d74ad620019ead3d47f9 100644 (file)
@@ -470,3 +470,6 @@ STATIC_INIT(g_damagedbycontents) { g_damagedbycontents = IL_NEW(); }
 
 IntrusiveList g_railgunhit;
 STATIC_INIT(g_railgunhit) { g_railgunhit = IL_NEW(); }
+
+IntrusiveList g_ladders;
+STATIC_INIT(g_ladders) { g_ladders = IL_NEW(); }