[Scummvm-cvs-logs] CVS: residual engine.cpp,1.94,1.95

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Aug 20 12:06:01 CEST 2005


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31092

Modified Files:
	engine.cpp 
Log Message:
indent

Index: engine.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/engine.cpp,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- engine.cpp	20 Aug 2005 18:54:17 -0000	1.94
+++ engine.cpp	20 Aug 2005 19:04:50 -0000	1.95
@@ -358,7 +358,7 @@
 		SDL_Event event;
 		while (SDL_PollEvent(&event)) {
 			// Handle any button operations
-			if(event.type == SDL_KEYDOWN || event.type == SDL_KEYUP)
+			if (event.type == SDL_KEYDOWN || event.type == SDL_KEYUP)
 				handleButton(event.type, event.key.keysym.sym);
 			// Check for "Hard" quit"
 			if (event.type == SDL_QUIT)





More information about the Scummvm-git-logs mailing list