]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Undo test
authorMario <mario@smbclan.net>
Tue, 30 Aug 2016 16:54:48 +0000 (02:54 +1000)
committerMario <mario@smbclan.net>
Tue, 30 Aug 2016 16:54:48 +0000 (02:54 +1000)
qcsrc/server/sv_main.qc

index aec41d0fec0c3e1aaa3d3c5fc750406fe09cce82..6decb2e70512855d569c54c74c5e870ef93110e4 100644 (file)
@@ -117,8 +117,7 @@ void CreatureFrame_FallDamage(entity this)
 
 void CreatureFrame_All()
 {
-       //IL_EACH(g_damagedbycontents, it.damagedbycontents,
-       FOREACH_ENTITY_FLOAT(damagedbycontents, true,
+       IL_EACH(g_damagedbycontents, it.damagedbycontents,
        {
                if (it.move_movetype == MOVETYPE_NOCLIP) continue;
                CreatureFrame_Liquids(it);