invisible things due to black colour
Patch to fix invisible orcish helmets, orcish daggers, mimic (]), ants etc.
This commit is contained in:
@@ -815,7 +815,7 @@ void nhglyph2charcolor(short g, uchar* ch, int* color)
|
||||
COLORREF nhcolor_to_RGB(int c)
|
||||
{
|
||||
switch(c) {
|
||||
case CLR_BLACK: return RGB( 0, 0, 0);
|
||||
case CLR_BLACK: return RGB(85, 85, 85);
|
||||
case CLR_RED: return RGB(255, 0, 0);
|
||||
case CLR_GREEN: return RGB( 0, 128, 0);
|
||||
case CLR_BROWN: return RGB(165, 42, 42);
|
||||
|
||||
Reference in New Issue
Block a user