make land info work in tooltip mode

This commit is contained in:
Pavel Stupnikov
2015-03-23 21:27:50 +03:00
parent 6200680c55
commit 44ef29dba9
2 changed files with 38 additions and 9 deletions

View File

@@ -1864,7 +1864,6 @@ struct MainToolbarWindow : Window {
break;
case CBF_PLACE_LANDINFO:
ShowLandInfo(tile);
break;
case CBF_BUILD_HQ:
@@ -2217,7 +2216,6 @@ struct ScenarioEditorToolbarWindow : Window {
break;
case CBF_PLACE_LANDINFO:
ShowLandInfo(tile);
break;
default: NOT_REACHED();