Blitter: Also use sprite flags for non-SSE 32bpp sprite encoder

This commit is contained in:
Jonathan G Rennison
2018-01-19 23:24:09 +00:00
parent d730cfd51d
commit 11a10299d1
7 changed files with 55 additions and 24 deletions

View File

@@ -72,7 +72,7 @@ public:
return across + (lines * this->anim_buf_pitch);
}
template <BlitterMode mode> void Draw(const Blitter::BlitterParams *bp, ZoomLevel zoom);
template <BlitterMode mode, bool no_anim_translucent> void Draw(const Blitter::BlitterParams *bp, ZoomLevel zoom);
};
/** Factory for the 32bpp blitter with animation. */