]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_damage.qc
fix typo in comment (yes, really)
[xonotic/xonotic-data.pk3dir.git] / 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)