]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
Merge remote-tracking branch 'origin/master' into Mario/monsters
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index e4ce0230903c820f7d81568fcb06d7cdde2cc76a..978aec94bd3fdbf635389ccc3bfa67a2b3f46637 100644 (file)
@@ -215,7 +215,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