[Scummvm-cvs-logs] CVS: scummvm/sword2/driver animation.cpp,1.45.2.3,1.45.2.4

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Sun Mar 13 09:58:43 CET 2005


Update of /cvsroot/scummvm/scummvm/sword2/driver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3460/driver

Modified Files:
      Tag: branch-0-7-0
	animation.cpp 
Log Message:
That's what I get for trying to be clever...


Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/animation.cpp,v
retrieving revision 1.45.2.3
retrieving revision 1.45.2.4
diff -u -d -r1.45.2.3 -r1.45.2.4
--- animation.cpp	13 Mar 2005 17:38:36 -0000	1.45.2.3
+++ animation.cpp	13 Mar 2005 17:58:06 -0000	1.45.2.4
@@ -194,7 +194,7 @@
 	// overlay is removed. And if there isn't an overlay, we don't want it
 	// to be visible during the cutscene. (Not all cutscenes cover the
 	// entire screen.)
-	anim->clearScreen();
+	_vm->_graphics->clearScene();
 	_vm->_graphics->updateDisplay();
 
 #ifndef SCUMM_BIG_ENDIAN





More information about the Scummvm-git-logs mailing list