From 47320d3507aac21c8568cd244308e39a8869976a Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Tue, 29 Aug 2006 07:43:34 +0000 Subject: Fixed merge issues with respect to scrolling. --- src/gui/gui.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index b27868e3..ecf81712 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -233,7 +233,6 @@ Gui::draw() void Gui::mousePress(int mx, int my, int button) { - printf("Gui::mousePress(%d,%d)\n", mx, my); // Mouse pressed on window container (basically, the map) // Are we in-game yet? @@ -250,7 +249,6 @@ Gui::mousePress(int mx, int my, int button) int tilex = (mx + camera_x) / 32; int tiley = (my + camera_y) / 32; - printf("tilex,tiley: %d,%d\n", tilex, tiley); // Right click might open a popup if (button == gcn::MouseInput::RIGHT) -- cgit v1.2.3-70-g09d2