1
0
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:
Hielke Morsink
2022-08-28 09:36:18 +02:00
committed by GitHub
parent da8d1878e8
commit 61c35c8f1c
2 changed files with 3 additions and 0 deletions

View File

@@ -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)
------------------------------------------------------------------------

View File

@@ -161,6 +161,8 @@ public:
CentreMapOnViewPoint();
FootpathSelectDefault();
_mapWidthAndHeightLinked = gMapSize.x == gMapSize.y;
// Reset land rights tool size
_landRightsToolSize = 1;
}