Merge branch 'house_placing' into jgrpp

This commit is contained in:
Jonathan G Rennison
2015-09-09 19:48:02 +01:00
3 changed files with 19 additions and 5 deletions

View File

@@ -633,11 +633,8 @@ struct ScenarioEditorLandscapeGenerationWindow : Window {
ShowBuildObjectPicker();
break;
case WID_ETT_PLACE_HOUSE: // Place house button
if (HandlePlacePushButton(this, WID_ETT_PLACE_HOUSE, SPR_CURSOR_TOWN, HT_RECT)) {
ShowBuildHousePicker(this);
this->last_user_action = widget;
}
case WID_ETT_PLACE_HOUSE: // Place house button
ShowBuildHousePicker(this);
break;
case WID_ETT_INCREASE_SIZE: