From: Rudolf Polzer Date: Fri, 2 Aug 2013 10:31:58 +0000 (+0200) Subject: fix typo X-Git-Tag: xonotic-v0.8.0~373 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=56ed5bb264f69cc4a9020460423183757998205b;p=xonotic%2Fxonotic-data.pk3dir.git fix typo --- diff --git a/qcsrc/common/mapinfo.qc b/qcsrc/common/mapinfo.qc index e78ea286f..7570393f4 100644 --- a/qcsrc/common/mapinfo.qc +++ b/qcsrc/common/mapinfo.qc @@ -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))