mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-29 19:40:35 +00:00
improved ASCII: fixed viies
This commit is contained in:
parent
e513cc84df
commit
9291e47400
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user