engine: zone: ensure poolcount is zero on Memory_Init
This commit is contained in:
parent
8ce01c38c7
commit
0c50076ff0
1 changed files with 1 additions and 0 deletions
|
@ -519,4 +519,5 @@ Memory_Init
|
|||
void Memory_Init( void )
|
||||
{
|
||||
poolchain = NULL; // init mem chain
|
||||
poolcount = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue