From: Rudolf Polzer Date: Tue, 20 Aug 2013 11:23:44 +0000 (+0200) Subject: fix warnings X-Git-Tag: xonotic-v0.8.0~323^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0af14c79dd34c3b0901e33a67428189698e8de25;p=xonotic%2Fxonotic-data.pk3dir.git fix warnings --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 547436747..ab6e92567 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -1177,7 +1177,6 @@ float(float exponent) MaplistMethod_Shuffle = // more clever shuffling void Maplist_Init() { Map_Count = tokenizebyseparator(autocvar_g_maplist, " "); - float working = 0; float i; for (i = 0; i < Map_Count; ++i) if (Map_Check(i, 2)) @@ -1289,7 +1288,6 @@ void GotoNextMap(float reinit) alreadychangedlevel = TRUE; string nextMap; - float allowReset; nextMap = GetNextMap(); if(nextMap == "")