[Scummvm-cvs-logs] SF.net SVN: scummvm: [22092] scummvm/trunk/engines/simon/animation.cpp
kirben at users.sourceforge.net
kirben at users.sourceforge.net
Sun Apr 23 01:35:00 CEST 2006
Revision: 22092
Author: kirben
Date: 2006-04-23 01:34:19 -0700 (Sun, 23 Apr 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=22092&view=rev
Log Message:
-----------
Fix video sequences shown by arcade machines
Modified Paths:
--------------
scummvm/trunk/engines/simon/animation.cpp
Modified: scummvm/trunk/engines/simon/animation.cpp
===================================================================
--- scummvm/trunk/engines/simon/animation.cpp 2006-04-23 08:30:29 UTC (rev 22091)
+++ scummvm/trunk/engines/simon/animation.cpp 2006-04-23 08:34:19 UTC (rev 22092)
@@ -244,6 +244,7 @@
uint x = (_vm->_screenWidth - _width) / 2;
uint y = (_vm->_screenHeight - _height) / 2;
+ memcpy(_vm->_frontBuf, _frameBuffer1, _frameSize);
_vm->_system->copyRectToScreen(_vm->_frontBuf, _width, x, y, _width, _height);
if ((_bgSoundStream == NULL) || ((_mixer->getSoundElapsedTime(_bgSound) * _frameRate) / 1000 < _frameNum + 1) ||
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