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;