improved ASCII: fixed viies

This commit is contained in:
Zeno Rogue 2021-04-15 17:55:46 +02:00
parent e513cc84df
commit 9291e47400
1 changed files with 1 additions and 2 deletions

View File

@ -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)) {