1
0
Fork 0
pull/13860/merge
John Taylor 2025-06-29 04:45:55 +00:00 committed by GitHub
commit 7e8a16e0d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -584,12 +584,12 @@ struct ScenarioEditorLandscapeGenerationWindow : Window {
break; break;
case WID_ETT_LOWER_LAND: // Lower land button case WID_ETT_LOWER_LAND: // Lower land button
HandlePlacePushButton(this, WID_ETT_LOWER_LAND, ANIMCURSOR_LOWERLAND, HT_POINT); HandlePlacePushButton(this, WID_ETT_LOWER_LAND, ANIMCURSOR_LOWERLAND, HT_POINT | HT_DIAGONAL);
this->last_user_action = widget; this->last_user_action = widget;
break; break;
case WID_ETT_RAISE_LAND: // Raise land button case WID_ETT_RAISE_LAND: // Raise land button
HandlePlacePushButton(this, WID_ETT_RAISE_LAND, ANIMCURSOR_RAISELAND, HT_POINT); HandlePlacePushButton(this, WID_ETT_RAISE_LAND, ANIMCURSOR_RAISELAND, HT_POINT | HT_DIAGONAL);
this->last_user_action = widget; this->last_user_action = widget;
break; break;