1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

removed debug display

This commit is contained in:
Zeno Rogue 2018-01-25 17:42:20 +01:00
parent 9babb22348
commit 91a07dd856

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);
}
}