mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +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:
committed by
Aaron van Geffen
parent
c6a4316bd4
commit
877ce58f0b
@@ -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);
|
||||
|
||||
|
||||
@@ -3940,7 +3940,6 @@ enum
|
||||
STR_TILE_INSPECTOR_COLOUR_SCHEME = 6307,
|
||||
|
||||
STR_MAP_TOOLTIP_BANNER_STRINGID_STRINGID = 6308,
|
||||
STR_NO_ENTRY_TOOLTIP = 6309,
|
||||
|
||||
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
|
||||
STR_COUNT = 32768
|
||||
|
||||
Reference in New Issue
Block a user