1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 02:05:13 +01:00

Update sign tooltip to use STR_NO_ENTRY

Changes the number of the sign tooltip string
and removes the now-duplicate "no entry" string
This commit is contained in:
Xkeeper
2019-01-31 14:33:09 -08:00
committed by Aaron van Geffen
parent c6a4316bd4
commit 877ce58f0b
3 changed files with 1 additions and 3 deletions

View File

@@ -340,7 +340,7 @@ int32_t viewport_interaction_get_item_right(int32_t x, int32_t y, viewport_inter
set_map_tooltip_format_arg( 0, rct_string_id, STR_MAP_TOOLTIP_BANNER_STRINGID_STRINGID);
if (banner->flags & BANNER_FLAG_NO_ENTRY)
set_map_tooltip_format_arg( 2, rct_string_id, STR_NO_ENTRY_TOOLTIP);
set_map_tooltip_format_arg( 2, rct_string_id, STR_NO_ENTRY);
else
set_map_tooltip_format_arg( 2, rct_string_id, banner->string_idx);