feat: change const char* to char*

This commit is contained in:
Lierrmm 2023-02-24 12:14:16 +00:00
parent cdcb1f474b
commit 17eca76f0a

View File

@ -132,7 +132,7 @@ namespace game
WEAK symbol<bool(int clientNum)> SV_IsTestClient{0x14224B5C0, 0x14052FF40}; WEAK symbol<bool(int clientNum)> SV_IsTestClient{0x14224B5C0, 0x14052FF40};
// Utils // Utils
WEAK symbol<const char* (const char* str)> I_CleanStr{0x1422E9C10, 0x140580E80}; WEAK symbol<const char* (char* str)> I_CleanStr{0x1422E9C10, 0x140580E80};
// Variables // Variables