Fix charset palette in Elvira 2/WW

svn-id: r24306
This commit is contained in:
Travis Howell 2006-10-14 06:23:19 +00:00
parent 9fb68c989f
commit d9dfca2fe9

View File

@ -1577,6 +1577,8 @@ void AGOSEngine::video_putchar_drawchar(WindowBlock *window, uint x, uint y, byt
}
color = window->text_color;
if (getGameType() == GType_ELVIRA2 || getGameType() == GType_WW)
color += dst[0] & 0xF0;
do {
int8 b = *src++;