[Scummvm-cvs-logs] CVS: scummvm/bs2 sword2.cpp,1.35,1.36

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Tue Sep 23 09:14:56 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2
In directory sc8-pr-cvs1:/tmp/cvs-serv15468

Modified Files:
	sword2.cpp 
Log Message:
Removed the screenshot code. (The SDL backend already has the ability to
make screenshots.)


Index: sword2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/sword2.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- sword2.cpp	23 Sep 2003 15:59:52 -0000	1.35
+++ sword2.cpp	23 Sep 2003 16:13:13 -0000	1.36
@@ -342,8 +342,10 @@
 		ServiceWindows();
 
 #ifdef _SWORD2_DEBUG
-		if (grabbingSequences && !console_status)
-			GrabScreenShot();
+// FIXME: If we want this, we should re-work it to use the backend's
+// screenshot functionality.
+//		if (grabbingSequences && !console_status)
+//			GrabScreenShot();
 #endif
 
 		// if we are closing down the game, break out of main game loop





More information about the Scummvm-git-logs mailing list