1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-26 21:54:22 +01:00

(svn r21609) -Fix (r21545,r21552,r21580,r21586): Restore diagonal clearing of areas.

This commit is contained in:
alberth
2010-12-23 14:38:01 +00:00
parent 90780fd25b
commit 802ec80c5d
4 changed files with 4 additions and 4 deletions

View File

@@ -540,7 +540,7 @@ struct BuildRailToolbarWindow : Window {
break;
case RTW_DEMOLISH:
HandlePlacePushButton(this, RTW_DEMOLISH, ANIMCURSOR_DEMOLISH, HT_RECT, NULL);
HandlePlacePushButton(this, RTW_DEMOLISH, ANIMCURSOR_DEMOLISH, HT_RECT | HT_DIAGONAL, NULL);
this->last_user_action = widget;
break;