diff --git a/src/blitter/32bpp_anim.cpp b/src/blitter/32bpp_anim.cpp --- a/src/blitter/32bpp_anim.cpp +++ b/src/blitter/32bpp_anim.cpp @@ -235,7 +235,7 @@ void Blitter_32bppAnim::DrawColourMappin } while (--height); return; } - if (pal == PALETTE_TO_STRUCT_GREY) { + if (pal == PALETTE_NEWSPAPER) { do { for (int i = 0; i != width; i++) { *udst = MakeGrey(*udst);