]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/oo.qh
iter: allow toggling between const/mutable `it`
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / oo.qh
index 8d50d2b929db771755e413826a5bee44b428c758..49147765e4f1d28ca943f975a359090d5a9d5981 100644 (file)
@@ -5,9 +5,9 @@
 #include "static.qh"
 
 #ifdef MENUQC
-       #define NULL (null_entity)
+       #define NULL (0, null_entity)
 #else
-       #define NULL (world)
+       #define NULL (0, world)
 #endif
 
 .vector origin;