mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-26 16:09:10 +00:00
(svn r6211) Commit file forgotten in r6210
This commit is contained in:
@@ -1149,7 +1149,7 @@ static void ViewportDrawStrings(DrawPixelInfo *dpi, const StringSpriteToDraw *ss
|
|||||||
if (!(_display_opt & DO_TRANS_SIGNS) || ss->string == STR_2806)
|
if (!(_display_opt & DO_TRANS_SIGNS) || ss->string == STR_2806)
|
||||||
DrawFrameRect(
|
DrawFrameRect(
|
||||||
x, y, x + w, bottom, ss->color,
|
x, y, x + w, bottom, ss->color,
|
||||||
(_display_opt & DO_TRANS_BUILDINGS) ? FR_TRANSPARENT | FR_NOBORDER : 0
|
(_display_opt & DO_TRANS_BUILDINGS) ? FR_TRANSPARENT : 0
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user