- Do not set the mouse pointer if the display is 8 bit, since such displays don't support color cursors.

SVN r3734 (trunk)
This commit is contained in:
Randy Heit 2012-07-05 21:46:03 +00:00
commit 8673743139
6 changed files with 27 additions and 1 deletions

View file

@ -682,6 +682,8 @@ void D_Display ()
// Reload crosshair if transitioned to a different size
ST_LoadCrosshair (true);
AM_NewResolution ();
// Reset the mouse cursor in case the bit depth changed
vid_cursor.Callback();
}
}