]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
Move some variables out of constants.qh
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index d74275a9c970bdc990be1575665df09d11868276..6e9b31a74f394a3ca38cab1e74ebf807078bc3c3 100644 (file)
@@ -4,6 +4,12 @@
 vector real_origin(entity ent);
 #endif
 
+#ifdef SVQC
+// temporary array used to dump weapon and turret settings
+const int MAX_CONFIG_SETTINGS = 256;
+string config_queue[MAX_CONFIG_SETTINGS];
+#endif
+
 .string netname;
 .string message;