mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r15815) -Fix (~r15800): bridge strings got truncated too early
This commit is contained in:
parent
f626d8935a
commit
fbbbe2ed30
@ -170,7 +170,7 @@ public:
|
||||
SetDParam(0, b->material);
|
||||
|
||||
DrawSprite(b->sprite, b->pal, 3, y);
|
||||
DrawString(44, this->width, y, STR_500D, TC_FROMSTRING);
|
||||
DrawStringMultiLine(44, this->widget[BBSW_BRIDGE_LIST].right, y, y + this->resize.step_height, STR_500D);
|
||||
y += this->resize.step_height;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user