Remove a pedantic assert to allow compressed bitmaps.
See issue #5255 for more details.

svn path=/trunk/; revision=46266
This commit is contained in:
Kamil Hornicek 2010-03-18 18:55:48 +00:00
parent 5024944fa7
commit 70e434adea

View file

@ -624,7 +624,6 @@ SURFMEM_bCreateDib(IN PDEVBITMAPINFO BitmapInfo,
else
{
/* Compressed surfaces don't have scanlines! */
ASSERT(FALSE); // Should not get here on ENGDDI
pso->lDelta = 0;
pso->cjBits = BitmapInfo->Size;