Fixed chat colors
This commit is contained in:
parent
8cd9daa68d
commit
4bfe8b3ba7
@ -101,7 +101,7 @@ void Showline(int y, int x, char *msg)
|
||||
PUTCHAR(msg[i]);
|
||||
}
|
||||
}
|
||||
} else if ((msg[0] == '*') && (msg[0] == '*')) {
|
||||
} else if ((msg[0] == '*') && (msg[1] == '*')) {
|
||||
colour(LIGHTRED, BLACK);
|
||||
mvprintw(y, x, msg);
|
||||
} else if (msg[0] == '*') {
|
||||
|
Reference in New Issue
Block a user