[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.cpp,1.77,1.78

Max Horn fingolfin at users.sourceforge.net
Mon Aug 4 09:51:05 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory sc8-pr-cvs1:/tmp/cvs-serv4672/backends/sdl

Modified Files:
	sdl-common.cpp 
Log Message:
oops, accidentally commited this one

Index: sdl-common.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.cpp,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- sdl-common.cpp	3 Aug 2003 23:34:04 -0000	1.77
+++ sdl-common.cpp	4 Aug 2003 16:50:26 -0000	1.78
@@ -714,7 +714,6 @@
 			return true;
 
 		case SDL_MOUSEBUTTONDOWN:
-printf("Mousedown at %d,%d, button %d\n", ev.button.x, ev.button.y, ev.button.button);
 			if (ev.button.button == SDL_BUTTON_LEFT)
 				event->event_code = EVENT_LBUTTONDOWN;
 			else if (ev.button.button == SDL_BUTTON_RIGHT)





More information about the Scummvm-git-logs mailing list