Fix LoL cursor in DOS version.
svn-id: r41963
This commit is contained in:
parent
e15502d381
commit
a12b4e7002
1 changed files with 3 additions and 0 deletions
|
@ -995,6 +995,9 @@ void Screen_LoL::convertPC98Gfx(uint8 *data, int w, int h, int pitch) {
|
|||
}
|
||||
|
||||
void Screen_LoL::postProcessCursor(uint8 *data, int w, int h, int pitch) {
|
||||
if (!_use16ColorMode)
|
||||
return;
|
||||
|
||||
while (h--) {
|
||||
for (int i = 0; i < w; ++i) {
|
||||
if (*data != _cursorColorKey)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue