]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix typo in comment (yes, really)
authorRudolf Polzer <divverent@alientrap.org>
Sun, 27 May 2012 17:37:27 +0000 (19:37 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 27 May 2012 17:37:27 +0000 (19:37 +0200)
qcsrc/server/g_damage.qc

index 72878430090bef689439128b49d37e5c8c1ea96f..2df1e9d20cdaf374b39e3b6c95d20d37e00e7abc 100644 (file)
@@ -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)