mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +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
@@ -3756,7 +3756,6 @@ STR_6305 :Multithreading
|
||||
STR_6306 :{SMALLFONT}{BLACK}Experimental option to use multiple threads to render, may cause instability.
|
||||
STR_6307 :Colour scheme: {BLACK}{STRINGID}
|
||||
STR_6308 :“{STRINGID}{OUTLINE}{TOPAZ}”{NEWLINE}{STRINGID}
|
||||
STR_6309 :{RED}No entry
|
||||
|
||||
#############
|
||||
# Scenarios #
|
||||
|
||||
@@ -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