From fcb7308aa464208f7c28520978523e76259e1e9b Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 24 Jun 2019 12:57:55 +0200 Subject: [PATCH] fixed weird coloring of ghost-on-tentacle --- graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index 11fa2bbd..fe0fc235 100644 --- a/graph.cpp +++ b/graph.cpp @@ -2469,7 +2469,7 @@ bool drawMonster(const transmatrix& Vparam, int ct, cell *c, color_t col, bool m hyperpoint V0 = conformal::on ? tC0(Vs) : inverse(cwtV) * tC0(Vs); hyperpoint V1 = spintox(V0) * V0; Vs = cwtV * rspintox(V0) * rpushxto0(V1) * pispin; - drawMonsterType(moGhost, c, Vs, darkena(col, 0, 0xFF), footphase); + drawMonsterType(moGhost, c, Vs, col, footphase, asciicol); col = minf[moTentacletail].color; } /*