]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix typo
authorRudolf Polzer <divverent@xonotic.org>
Fri, 2 Aug 2013 10:31:58 +0000 (12:31 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 2 Aug 2013 10:31:58 +0000 (12:31 +0200)
qcsrc/common/mapinfo.qc

index e78ea286f90cee9583541991fa9c197a1f38c144..7570393f4871669d6a649b396e15777e5b5b7f2d 100644 (file)
@@ -1080,7 +1080,7 @@ float MapInfo_Get_ByName_NoFallbacks(string pFilename, float pAllowGenerate, flo
                }
                else if(t == "cdtrack")
                {
-                       t = car(s); s = cdr(s); a = stof(t);
+                       t = car(s); s = cdr(s);
                        if(pGametypeToSet) // FIXME is this check right here?
                        {
                                if not(cvar_value_issafe(t))