diff -r 550db5cefcc2 -r 8a2d1c2ceb88 src/blitter/32bpp_anim.cpp --- a/src/blitter/32bpp_anim.cpp Wed Jun 27 01:01:16 2007 +0000 +++ b/src/blitter/32bpp_anim.cpp Sat Jul 07 09:20:52 2007 +0000 @@ -3,6 +3,7 @@ #include "../gfx.h" #include "../debug.h" #include "../table/sprites.h" +#include "../video/video_driver.hpp" #include "32bpp_anim.hpp" static FBlitter_32bppAnim iFBlitter_32bppAnim; @@ -268,7 +269,7 @@ } /* Make sure the backend redraws the whole screen */ - _video_driver->make_dirty(0, 0, _screen.width, _screen.height); + _video_driver->MakeDirty(0, 0, _screen.width, _screen.height); } Blitter::PaletteAnimation Blitter_32bppAnim::UsePaletteAnimation()