[Weapon] Reallocate config strings

This commit is contained in:
momo5502
2017-02-05 11:22:08 +01:00
parent dfe404b1ad
commit af05e9de2f
2 changed files with 25 additions and 19 deletions

View File

@ -3798,6 +3798,12 @@ namespace Game
/*CM_WorldTraceCallbacks*/ void *callbacks;
};
struct gameState_t
{
int stringOffsets[4139];
char stringData[131072];
int dataCount;
} gameState;
#ifdef __cplusplus
}