]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix a warning
authorRudolf Polzer <divverent@xonotic.org>
Thu, 29 Dec 2011 09:49:24 +0000 (10:49 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 29 Dec 2011 09:50:17 +0000 (10:50 +0100)
qcsrc/common/mapinfo.qc

index 148bc1af80d7b4b6205c81af2305bd03666e07d2..49a7e2978be835af583fd0cc248f788594ac416b 100644 (file)
@@ -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);