From: Rudolf Polzer Date: Sun, 27 May 2012 17:37:27 +0000 (+0200) Subject: fix typo in comment (yes, really) X-Git-Tag: xonotic-v0.7.0~312^2~35^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=22a6a0616741e04db9ee0e5befdd5ff3c7802639;p=xonotic%2Fxonotic-data.pk3dir.git fix typo in comment (yes, really) --- diff --git a/qcsrc/server/g_damage.qc b/qcsrc/server/g_damage.qc index 728784300..2df1e9d20 100644 --- a/qcsrc/server/g_damage.qc +++ b/qcsrc/server/g_damage.qc @@ -1309,7 +1309,6 @@ float Fire_AddDamage(entity e, entity o, float d, float t, float dt) 1.1. max(mindps, d/t) == mindps <=> mindps >= d/t - <=> totaltime1 = max(mintime, min(mindps * mintime + d, t * mindps) / mindps) totaltime2 = min(t, min(mindps * mintime + d, t * mindps) / mindps)