]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/intrusivelist.qh
Fixed electro secondary limit being global
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / intrusivelist.qh
index be3fb00fa88ad72aad651d185bc974a4a518fd8e..dce561bb5124e1bb4d287e483ec80400988cd2b0 100644 (file)
@@ -2,6 +2,10 @@
 
 #include "iter.qh"
 
+/**
+ * This limitation is only towards maximum amount of creatable lists.
+ * Lists can be given endless amount of entities, only restricted by engine limitations.
+ */
 const int IL_MAX = 128;
 
 ERASEABLE