1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Tie _tooltipText size to that of gCommonStringFormatBuffer

This commit is contained in:
Michał Janiszewski
2016-10-23 22:13:17 +02:00
parent 315c0e91ad
commit 8894be6a6d

View File

@@ -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)