Increased some arrays in plat_pause().

This commit is contained in:
OBattler
2022-07-10 00:38:14 +02:00
parent 688535115b
commit 9eb7f6a3f9

View File

@@ -326,7 +326,7 @@ void
plat_pause(int p)
{
static wchar_t oldtitle[512];
wchar_t title[512], paused_msg[64];
wchar_t title[1024], paused_msg[512];
if (p == dopause) {
#ifdef Q_OS_WINDOWS