[Scummvm-cvs-logs] CVS: scummvm/bs2/driver render.cpp,1.18,1.19

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Tue Sep 9 05:46:11 CEST 2003


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

Modified Files:
	render.cpp 
Log Message:
Our ServiceWindows() never returns RDERR_APPCLOSED, and we always behave as
if we have the focus, so there's no need to check.


Index: render.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/render.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- render.cpp	7 Sep 2003 03:18:27 -0000	1.18
+++ render.cpp	9 Sep 2003 12:45:33 -0000	1.19
@@ -1027,8 +1027,7 @@
 
 		// Make sure menu animations and fades don't suffer
 		ProcessMenu();
-		if (ServiceWindows() == RDERR_APPCLOSED)
-			break;
+		ServiceWindows();
 
 		g_system->delay_msecs(10);
 	}





More information about the Scummvm-git-logs mailing list