Searched refs:monstercolors (Results 1 – 4 of 4) sorted by relevance
750 g.monstercolors[i] = MONSTERCOLOR_DEFAULT; in decl_globals_init()
5092 if (g.monstercolors[mndx] != MONSTERCOLOR_DEFAULT) { in handler_monstercolor()5097 clr2colorname(g.monstercolors[mndx])); in handler_monstercolor()5112 g.monstercolors[mndx] = MONSTERCOLOR_DEFAULT; in handler_monstercolor()6704 g.monstercolors[mndx] = color; in add_monstercolor()7579 if (g.monstercolors[i] != MONSTERCOLOR_DEFAULT) { in count_monstercolors()
2109 ? g.monstercolors[n] != MONSTERCOLOR_DEFAULT \2110 ? g.monstercolors[n] \
833 uchar monstercolors[NUMMONS]; member