[Scummvm-cvs-logs] CVS: residual smush.cpp,1.5,1.6

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Dec 13 01:31:01 CET 2003


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1:/tmp/cvs-serv24282

Modified Files:
	smush.cpp 
Log Message:
added poll event

Index: smush.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/smush.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- smush.cpp	13 Dec 2003 08:56:21 -0000	1.5
+++ smush.cpp	13 Dec 2003 09:30:01 -0000	1.6
@@ -295,6 +295,10 @@
 	init();
 
 	while (!_videoFinished) {
+		
+		SDL_Event event;
+		while (SDL_PollEvent(&event)) {
+	    }
 		SDL_Delay(10);
 	};
 }





More information about the Scummvm-git-logs mailing list