From c438cc60979562ac5860254f6c07980655f650be Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sat, 20 Nov 2021 11:02:35 +0000 Subject: [PATCH] Increase difficulty description buffer size Fixes #3551 --- Source/DiabloUI/selgame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/DiabloUI/selgame.cpp b/Source/DiabloUI/selgame.cpp index 802aa59d5..f1166a546 100644 --- a/Source/DiabloUI/selgame.cpp +++ b/Source/DiabloUI/selgame.cpp @@ -18,7 +18,7 @@ namespace devilution { char selgame_Label[32]; char selgame_Ip[129] = ""; char selgame_Password[16] = ""; -char selgame_Description[256]; +char selgame_Description[512]; bool selgame_enteringGame; int selgame_selectedGame; bool selgame_endMenu;