[Scummvm-cvs-logs] SF.net SVN: scummvm:[52132] scummvm/trunk/engines/gob/mult_v2.cpp
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Mon Aug 16 23:16:13 CEST 2010
Revision: 52132
http://scummvm.svn.sourceforge.net/scummvm/?rev=52132&view=rev
Author: strangerke
Date: 2010-08-16 21:16:13 +0000 (Mon, 16 Aug 2010)
Log Message:
-----------
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.
Modified Paths:
--------------
scummvm/trunk/engines/gob/mult_v2.cpp
Modified: scummvm/trunk/engines/gob/mult_v2.cpp
===================================================================
--- scummvm/trunk/engines/gob/mult_v2.cpp 2010-08-16 19:58:20 UTC (rev 52131)
+++ scummvm/trunk/engines/gob/mult_v2.cpp 2010-08-16 21:16:13 UTC (rev 52132)
@@ -946,7 +946,7 @@
_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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list