[Scummvm-cvs-logs] CVS: scummvm/scumm camera.cpp,2.15,2.16

Travis Howell kirben at users.sourceforge.net
Mon Oct 6 16:46:15 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv11533/scumm

Modified Files:
	camera.cpp 
Log Message:



Index: camera.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/camera.cpp,v
retrieving revision 2.15
retrieving revision 2.16
diff -u -d -r2.15 -r2.16
--- camera.cpp	6 Oct 2003 23:12:01 -0000	2.15
+++ camera.cpp	6 Oct 2003 23:21:22 -0000	2.16
@@ -57,8 +57,8 @@
 	}
 
 	// If the camera moved and text is visible, remove it
-	//if (camera._cur.x != camera._last.x && _charset->_hasMask)
-	//	stopTalk();
+	if (camera._cur.x != camera._last.x && _charset->_hasMask && _version > 3)
+		stopTalk();
 }
 
 void ScummEngine_v7::setCameraAt(int pos_x, int pos_y) {





More information about the Scummvm-git-logs mailing list