(svn r18873) -Codechange: use PaletteID also in the blitter

This commit is contained in:
rubidium
2010-01-21 01:44:51 +00:00
parent 7127338414
commit 72ce1f4979
9 changed files with 9 additions and 9 deletions

View File

@@ -209,7 +209,7 @@ void Blitter_32bppAnim::Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomL
}
}
void Blitter_32bppAnim::DrawColourMappingRect(void *dst, int width, int height, int pal)
void Blitter_32bppAnim::DrawColourMappingRect(void *dst, int width, int height, PaletteID pal)
{
if (_screen_disable_anim) {
/* This means our output is not to the screen, so we can't be doing any animation stuff, so use our parent DrawColourMappingRect() */