Fixed chat colors

This commit is contained in:
Michiel Broek 2005-05-01 10:13:09 +00:00
parent 8cd9daa68d
commit 4bfe8b3ba7

View File

@ -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] == '*') {