(svn r14080) -Fix (r14052): assert triggered when drawing chat window with 32bpp-anim blitter (backup buffer was too small)

This commit is contained in:
glx
2008-08-15 22:06:58 +00:00
parent 7672cd43d5
commit c10691faff
6 changed files with 12 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ public:
/* virtual */ Blitter::PaletteAnimation UsePaletteAnimation();
/* virtual */ const char *GetName() { return "32bpp-anim"; }
/* virtual */ int GetBytesPerPixel() { return 5; }
template <BlitterMode mode> void Draw(const Blitter::BlitterParams *bp, ZoomLevel zoom);
};