increase navigation_struct name size (#2869)

may fix #2852
This commit is contained in:
lonelybud 2024-03-25 20:08:09 +05:30 committed by GitHub
parent 1e79a92657
commit ccfa6759dd

View File

@ -65,7 +65,7 @@ namespace big
struct navigation_struct
{
char name[48] = "";
char name[80] = "";
std::function<void()> func = nullptr;
std::map<tabs, navigation_struct> sub_nav{};
rage::joaat_t hash = rage::joaat(name);