mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 07:16:01 +00:00
improved ASCII: fixed viies
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user