revert my change from bootvid.c now, after w3seek patch it works again for bootcd

svn path=/trunk/; revision=22009
This commit is contained in:
Magnus Olsen 2006-05-24 15:07:28 +00:00
parent 80770b053a
commit 8954d82145

View file

@ -313,7 +313,7 @@ InbvDisplayBitmap(ULONG Width, ULONG Height, PCHAR ImageData)
}
}
}
if ((x>=0) && (x<640) && (479-y>=0) && (479-y<480) && (c>=0) && (c<256))
InbvPutPixels(x, 479 - y, c);
x += 8 * 4;
}