[Scummvm-cvs-logs] SF.net SVN: scummvm: [22091] scummvm/trunk/engines/simon/animation.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sun Apr 23 01:31:02 CEST 2006


Revision: 22091
Author:   kirben
Date:     2006-04-23 01:30:29 -0700 (Sun, 23 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22091&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:26:32 UTC (rev 22090)
+++ scummvm/trunk/engines/simon/animation.cpp	2006-04-23 08:30:29 UTC (rev 22091)
@@ -244,7 +244,7 @@
 	uint x = (_vm->_screenWidth - _width) / 2;
 	uint y = (_vm->_screenHeight - _height) / 2;
 
-	_vm->_system->copyRectToScreen(_frameBuffer1, _width, x, y, _width, _height);
+	_vm->_system->copyRectToScreen(_vm->_frontBuf, _width, x, y, _width, _height);
 
 	if ((_bgSoundStream == NULL) || ((_mixer->getSoundElapsedTime(_bgSound) * _frameRate) / 1000 < _frameNum + 1) ||
 		_frameSkipped > _frameRate) {


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