From c76c3160a6e37c4972a0d97aa708304105148b54 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 29 Dec 2011 10:49:24 +0100 Subject: [PATCH] fix a warning --- qcsrc/common/mapinfo.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/mapinfo.qc b/qcsrc/common/mapinfo.qc index 148bc1af8..49a7e2978 100644 --- a/qcsrc/common/mapinfo.qc +++ b/qcsrc/common/mapinfo.qc @@ -1371,7 +1371,7 @@ void MapInfo_LoadMapSettings_SaveGameType(float t) void MapInfo_LoadMapSettings(string s) // to be called from worldspawn { - float t, t0; + float t; t = MapInfo_CurrentGametype(); MapInfo_LoadMapSettings_SaveGameType(t); -- 2.39.2