mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 11:04:44 +00:00
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:
parent
861e520579
commit
97943cef45
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user