mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 15:23:01 +01:00
@@ -9,6 +9,7 @@
|
|||||||
- Fix: [#10951, #11160] Attempting to place park entrances creates ghost entrances in random locations.
|
- Fix: [#10951, #11160] Attempting to place park entrances creates ghost entrances in random locations.
|
||||||
- Fix: [#11005] Company value overflows.
|
- Fix: [#11005] Company value overflows.
|
||||||
- Fix: [#11027] Third color on walls becomes black when saving.
|
- Fix: [#11027] Third color on walls becomes black when saving.
|
||||||
|
- Fix: [#11063] Scrolling position persists when switching tabs in the scenery window.
|
||||||
- Improved: [#11157] Slimmer virtual floor lines.
|
- Improved: [#11157] Slimmer virtual floor lines.
|
||||||
|
|
||||||
0.2.5 (2020-03-24)
|
0.2.5 (2020-03-24)
|
||||||
|
|||||||
@@ -705,8 +705,7 @@ static void window_scenery_mousedown(rct_window* w, rct_widgetindex widgetIndex,
|
|||||||
w->Invalidate();
|
w->Invalidate();
|
||||||
gSceneryPlaceCost = MONEY32_UNDEFINED;
|
gSceneryPlaceCost = MONEY32_UNDEFINED;
|
||||||
|
|
||||||
// HACK: for 3210 Ensures that window_scenery_update_scroll gets called one time
|
window_scenery_update_scroll(w);
|
||||||
w->max_height = 60;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user