]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
Cache monster list reply like map list & allow spawning mutator-blocked monsters...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index d575bbfddbd3c32c3c70c9b210ebe6c76117b10c..6a16886df4b8add4075068db0f62fa270976e5a2 100644 (file)
@@ -208,7 +208,7 @@ float compressShotOrigin(vector v);
 vector decompressShotOrigin(float f);
 
 #ifdef SVQC
-string rankings_reply, ladder_reply, lsmaps_reply, maplist_reply; // cached replies
+string rankings_reply, ladder_reply, lsmaps_reply, maplist_reply, monsterlist_reply; // cached replies
 string records_reply[10];
 #endif