Browse Source

Increase difficulty description buffer size

Fixes #3551
pull/3560/head
Gleb Mazovetskiy 4 years ago
parent
commit
c438cc6097
  1. 2
      Source/DiabloUI/selgame.cpp

2
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;

Loading…
Cancel
Save