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 7e7bcb155a
commit cfb011d192
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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