From 91a07dd856458b14a0d163f979c7bcbca0425918 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 25 Jan 2018 17:42:20 +0100 Subject: [PATCH] removed debug display --- graph.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index 7d24abe7..65786b0c 100644 --- a/graph.cpp +++ b/graph.cpp @@ -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); } }