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

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Sun May 8 06:05:54 CEST 2005


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

Modified Files:
	animation.cpp 
Log Message:
Forgot to remove this.


Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/animation.cpp,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- animation.cpp	25 Apr 2005 05:23:21 -0000	1.61
+++ animation.cpp	8 May 2005 13:04:18 -0000	1.62
@@ -173,11 +173,6 @@
 	if (_vm->_quit)
 		return RD_OK;
 
-	if (scumm_stricmp(filename, "shaman") == 0)
-		_seamless = true;
-	else
-		_seamless = false;
-
 	if (leadInRes) {
 		byte *leadIn = _vm->_resman->openResource(leadInRes);
 		uint32 leadInLen = _vm->_resman->fetchLen(leadInRes) - sizeof(StandardHeader);





More information about the Scummvm-git-logs mailing list