mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix: Footpath Railing tooltip showing incorrect tooltip (#17461)
* Fix Footpath Railing tooltip * Add changelog entry * Update src/openrct2-ui/windows/Footpath.cpp Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
- Fix: [#17381] Air Powered Vertical Coaster stat penalty is wrong.
|
||||
- Fix: [#17433] Wrong T-shirt colours for guests on a Twist ride.
|
||||
- Fix: [#17450] Ducks can swim on three-corners-up land tile.
|
||||
- Fix: [#17461] Footpath Railing tooltip showing incorrect tooltip.
|
||||
- Fix: [#17466] New object types not packed in save files.
|
||||
|
||||
0.4.0 (2022-04-25)
|
||||
|
||||
@@ -88,7 +88,7 @@ static rct_widget window_footpath_widgets[] = {
|
||||
MakeWidget({ 3, 17}, {100, 95}, WindowWidgetType::Groupbox, WindowColour::Primary , STR_TYPE ),
|
||||
MakeWidget({ 6, 30}, { 47, 36}, WindowWidgetType::FlatBtn, WindowColour::Secondary, 0xFFFFFFFF, STR_FOOTPATH_TIP ),
|
||||
MakeWidget({53, 30}, { 47, 36}, WindowWidgetType::FlatBtn, WindowColour::Secondary, 0xFFFFFFFF, STR_QUEUE_LINE_PATH_TIP ),
|
||||
MakeWidget({29, 69}, { 47, 36}, WindowWidgetType::FlatBtn, WindowColour::Secondary, 0xFFFFFFFF, STR_FOOTPATH_TIP ),
|
||||
MakeWidget({29, 69}, { 47, 36}, WindowWidgetType::FlatBtn, WindowColour::Secondary, 0xFFFFFFFF, STR_OBJECT_SELECTION_FOOTPATH_RAILINGS ),
|
||||
|
||||
// Direction group
|
||||
MakeWidget({ 3, 115}, {100, 77}, WindowWidgetType::Groupbox, WindowColour::Primary , STR_DIRECTION ),
|
||||
|
||||
Reference in New Issue
Block a user