Fascination - (SylvainTV) Replace DRAW_DRAWLETTER by DRAW_BLITSURF. It makes a difference for Fascination, not for the other games using mult_v2. This fixes the refresh of all the little animations in Fascination.

svn-id: r52132
This commit is contained in:
Arnaud Boutonné 2010-08-16 21:16:13 +00:00
parent 861e520579
commit 97943cef45

View File

@ -946,7 +946,7 @@ void Mult_v2::animate() {
_vm->_draw->_destSpriteX = maxleft;
_vm->_draw->_destSpriteY = maxtop;
_vm->_draw->_transparency = 0;
_vm->_draw->spriteOperation(DRAW_DRAWLETTER);
_vm->_draw->spriteOperation(DRAW_BLITSURF);
}
// Figure out the correct drawing order