- removed support for paletted Windows display modes.
This was only relevant for DirectDraw which has been removed.
This commit is contained in:
parent
ded21cba8e
commit
dd491d6558
10 changed files with 1 additions and 68 deletions
|
|
@ -933,8 +933,7 @@ bool I_SetCursor(FTexture *cursorpic)
|
|||
{
|
||||
HCURSOR cursor;
|
||||
|
||||
if (cursorpic != NULL && cursorpic->UseType != ETextureType::Null &&
|
||||
(screen == NULL || !screen->Is8BitMode()))
|
||||
if (cursorpic != NULL && cursorpic->UseType != ETextureType::Null)
|
||||
{
|
||||
// Must be no larger than 32x32.
|
||||
if (cursorpic->GetWidth() > 32 || cursorpic->GetHeight() > 32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue