Author: alink
Date: Mon Apr 6 01:37:21 2009
New Revision: 34574
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34574&view=rev
Log:
port r34222 to 1.6 (Fix "next unit" in context menu, bug #13251)
Modified:
branches/1.6/src/mouse_handler_base.cpp
Modified: branches/1.6/src/mouse_handler_base.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/src/mouse_handler_base.cpp?rev=34574&r1=34573&r2=34574&view=diff
==============================================================================
--- branches/1.6/src/mouse_handler_base.cpp (original)
+++ branches/1.6/src/mouse_handler_base.cpp Mon Apr 6 01:37:21 2009
@@ -258,9 +258,8 @@
return false;
}
-void mouse_handler_base::right_drag_end(int x, int y, const bool browse)
-{
- left_click(x, y, browse);
+void mouse_handler_base::right_drag_end(int /*x*/, int /*y*/, const bool
/*browse*/)
+{
}
void mouse_handler_base::right_mouse_up(int /*x*/, int /*y*/, const bool
/*browse*/)
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits