]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
Split maplist to its own getreply func, clean up
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index e9bd01cfa4d34fdacb55dc1c16cd1a92b94ef1cd..ad612f954f459ca0aaba9e2e553dbd72b8293122 100644 (file)
@@ -203,7 +203,7 @@ float compressShotOrigin(vector v);
 vector decompressShotOrigin(float f);
 
 #ifdef SVQC
-string rankings_reply, ladder_reply, lsmaps_reply, lsnewmaps_reply, maplist_reply; // cached replies
+string rankings_reply, ladder_reply, lsmaps_reply, maplist_reply; // cached replies
 string records_reply[10];
 #endif