From 9291e47400346ccb357ededb9e4f2ed5185bd70d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 15 Apr 2021 17:55:46 +0200 Subject: [PATCH] improved ASCII: fixed viies --- graph.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/graph.cpp b/graph.cpp index 783d3844..28484144 100644 --- a/graph.cpp +++ b/graph.cpp @@ -2713,8 +2713,7 @@ EX bool drawMonster(const shiftmatrix& Vparam, int ct, cell *c, color_t col, col } } } - - res = res && drawMonsterType(c->monst, c, Vb, col, footphase, asciicol); + else res = res && drawMonsterType(c->monst, c, Vb, col, footphase, asciicol); } else if(isMimic(c)) {