Fix tool buttons being unresponsive

This commit is contained in:
2016-05-07 12:42:28 -04:00
parent 6d50497684
commit 21f05c464f

View File

@@ -1609,7 +1609,7 @@ void handle_action(location the_point,sf::Event /*event*/) {
if(handle_terpal_action(cur_point, option_hit))
return;
cur_point2 = cur_point;
cur_point2 = the_point;
cur_point2.x -= 5;
cur_point2.y -= terrain_rects[255].bottom + 5;
if(handle_toolpal_action(cur_point2))