X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Futil.qh;h=65bede381e453829e834ca5e330b42e58034e7ed;hp=77b3e03202817a61ef6325761c764ce0de357aff;hb=cbf4da25107e5480eedbf4d3d67d103dd448ae83;hpb=5047fec925414f93ab2c8b21e4cc3da0aed106db diff --git a/qcsrc/common/util.qh b/qcsrc/common/util.qh index 77b3e03202..65bede381e 100644 --- a/qcsrc/common/util.qh +++ b/qcsrc/common/util.qh @@ -162,7 +162,7 @@ void check_unacceptable_compiler_bugs(); float compressShotOrigin(vector v); vector decompressShotOrigin(float f); -string rankings_reply, lsmaps_reply, lsnewmaps_reply, maplist_reply; // cached replies +string rankings_reply, ladder_reply, lsmaps_reply, lsnewmaps_reply, maplist_reply; // cached replies string records_reply[10]; float RandomSelection_totalweight;