1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-16 02:58:05 +00:00

fixed the monster color in the minimap for Dragons etc

This commit is contained in:
Zeno Rogue
2019-06-24 12:57:00 +02:00
parent 8c21e450b0
commit dd212d756b
7 changed files with 30 additions and 28 deletions

View File

@@ -193,7 +193,7 @@ bool displayglyph(int cx, int cy, int buttonsize, char glyph, color_t color, int
V[i][i] /= cgi.wormscale;
int mcol = color;
mcol -= (color & 0xFCFCFC) >> 2;
drawMonsterType(m, NULL, V, mcol, glyphphase[id]/500.0);
drawMonsterType(m, NULL, V, mcol, glyphphase[id]/500.0, NOCOLOR);
}
else {
eItem it = eItem(id);