X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Futil.qh;h=2de439ff2732a7775d9670b98e4ce3bd49d11fb2;hp=f1d283238bf7590ab399aa7a75a2a34ab89755a9;hb=4fc59bbd7e2d4f25ba21952ed50ae754295a7faa;hpb=3024309e2c0576552bfb2da02ba513662c997768 diff --git a/qcsrc/common/util.qh b/qcsrc/common/util.qh index f1d283238b..2de439ff27 100644 --- a/qcsrc/common/util.qh +++ b/qcsrc/common/util.qh @@ -165,7 +165,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;