From ce3c066b0f882ae91ea5f7a70da6983641c619e6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 29 Oct 2017 10:49:34 +0100 Subject: [PATCH] fixed the sphere subdir weirdness --- graph.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index ea7be49e..68507910 100644 --- a/graph.cpp +++ b/graph.cpp @@ -2319,7 +2319,6 @@ void drawMovementArrows(cell *c, transmatrix V) { if((c->type & 1) && (isStunnable(c->monst) || c->wall == waThumperOn)) { transmatrix Centered = rgpushxto0(tC0(cwtV)); int sd = md.subdir; - if(sphere) sd = -sd; queuepoly(inverse(Centered) * rgpushxto0(Centered * tC0(V)) * rspintox(Centered*tC0(V)) * spin(-sd * M_PI/S7) * xpush(0.2), shArrow, col); } else break;