mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Tie _tooltipText size to that of gCommonStringFormatBuffer
This commit is contained in:
parent
315c0e91ad
commit
8894be6a6d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ static rct_window_event_list window_tooltip_events = {
|
|||
NULL
|
||||
};
|
||||
|
||||
static utf8 _tooltipText[512];
|
||||
static utf8 _tooltipText[sizeof(gCommonStringFormatBuffer)];
|
||||
static sint16 _tooltipNumLines;
|
||||
|
||||
void window_tooltip_reset(int x, int y)
|
||||
|
|
Loading…
Reference in a new issue