From 0af14c79dd34c3b0901e33a67428189698e8de25 Mon Sep 17 00:00:00 2001
From: Rudolf Polzer <divverent@xonotic.org>
Date: Tue, 20 Aug 2013 13:23:44 +0200
Subject: [PATCH] fix warnings

---
 qcsrc/server/g_world.qc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc
index 5474367473..ab6e925679 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 == "")
-- 
2.39.5