svn-id: r22604
This commit is contained in:
Paweł Kołodziejski 2006-05-24 10:37:45 +00:00
parent efe96a535b
commit 1ec169ad3a

View File

@ -160,7 +160,7 @@ static void put_pixels(const int x, const int y, const int w, uint8 *p) {
*b++ = *c ? *c : *p + 16;
}
memcpy(screen + x + y * 320, p, w);
memcpy(screen + x + y * 320, _b, w);
}
static void init_console() {