mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:45:43 +00:00
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:
parent
80770b053a
commit
8954d82145
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
InbvPutPixels(x, 479 - y, c);
|
||||||
x += 8 * 4;
|
x += 8 * 4;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue