Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/game/client/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <KeyValues.h>
#include <vgui_controls/AnimationController.h>

#define MAX_MENU_STRING 512
#define MAX_MENU_STRING 1024
wchar_t g_szMenuString[MAX_MENU_STRING];
char g_szPrelocalisedMenuString[MAX_MENU_STRING];

Expand Down Expand Up @@ -530,4 +530,4 @@ void CHudMenu::ApplySchemeSettings(vgui::IScheme *pScheme)
SetBounds(0, y, screenWide, screenTall - y);

ProcessText();
}
}