Skip to content

Commit 369b2dd

Browse files
committed
increased to 4096 characters
1 parent 0c1d36d commit 369b2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/client/menu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <vgui_controls/AnimationController.h>
2424

2525
#ifdef BDSBASE
26-
#define MAX_MENU_STRING 1024
26+
#define MAX_MENU_STRING 4096
2727
#else
2828
#define MAX_MENU_STRING 512
2929
#endif

0 commit comments

Comments
 (0)