mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 19:43:06 +01:00
Fix #17905: chain button enabled for rectangular maps
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
- Fix: [#17776] “Other Parks” tab uses separate lists for SC4/SC6 and .park scenarios.
|
||||
- Fix: [#17784] Colour preset RNG is biased (original bug).
|
||||
- Fix: [#17834] Finance window becomes blank after 4096 years.
|
||||
- Fix: [#17905] The chain button in the map window is enabled for rectangular maps when (re)opened.
|
||||
|
||||
0.4.1 (2022-07-04)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@@ -161,6 +161,8 @@ public:
|
||||
CentreMapOnViewPoint();
|
||||
FootpathSelectDefault();
|
||||
|
||||
_mapWidthAndHeightLinked = gMapSize.x == gMapSize.y;
|
||||
|
||||
// Reset land rights tool size
|
||||
_landRightsToolSize = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user