Fix: Wrong string used to determine size of zoomed out station sign. (#10036)

pull/434/head
PeterN 2 years ago committed by GitHub
parent fa5e2ca276
commit f59f0195e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -424,7 +424,7 @@ void Station::UpdateVirtCoord()
SetDParam(0, this->index);
SetDParam(1, this->facilities);
this->sign.UpdatePosition(pt.x, pt.y, STR_VIEWPORT_STATION);
this->sign.UpdatePosition(pt.x, pt.y, STR_VIEWPORT_STATION, STR_VIEWPORT_STATION_TINY);
_viewport_sign_kdtree.Insert(ViewportSignKdtreeItem::MakeStation(this->index));

Loading…
Cancel
Save