mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-09 19:10:38 +00:00
(svn r27837) -Fix (r26969): Black remap did nothing in 8bpp-simple blitter.
This commit is contained in:
parent
5594f262c7
commit
86430757bf
@ -48,7 +48,7 @@ void Blitter_8bppSimple::Draw(Blitter::BlitterParams *bp, BlitterMode mode, Zoom
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case BM_BLACK_REMAP:
|
case BM_BLACK_REMAP:
|
||||||
colour = 0;
|
if (*src != 0) *dst = 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user