change white palette entry for cursor in order to avoid glitch when palFadeIn is called

svn-id: r11130
This commit is contained in:
Gregory Montoir 2003-11-04 19:50:54 +00:00
parent ba098a3a5b
commit 5caf79c8e5

View File

@ -829,7 +829,7 @@ void Display::mouseCursorInit(uint8 *buf, uint16 w, uint16 h, uint16 xhs, uint16
uint8 *p = buf;
while (size--) {
if (*p == 255) {
*p = 223;
*p = 254;
}
else if (*p == 0) {
*p = 255;