removed debug display

This commit is contained in:
Zeno Rogue 2018-01-25 17:42:20 +01:00
parent 9babb22348
commit 91a07dd856
1 changed files with 0 additions and 1 deletions

View File

@ -5685,7 +5685,6 @@ void animateAttack(cell *src, cell *tgt, int layer) {
a.attacking = 1;
a.attackat = rspintox(tC0(inverse(gmatrix[src]) * gmatrix[tgt])) * xpush(hdist(gmatrix[src]*C0, gmatrix[tgt]*C0) / 3);
if(newanim) a.wherenow = Id, a.ltick = ticks, a.footphase = 0;
display(a.attackat);
}
}