Clean up mem_free_dbg style
This commit is contained in:
parent
092688eac9
commit
55a0396f8f
22 changed files with 58 additions and 173 deletions
|
|
@ -13,9 +13,7 @@ void LoadDebugGFX()
|
|||
|
||||
void FreeDebugGFX()
|
||||
{
|
||||
void *temp = pSquareCel;
|
||||
pSquareCel = NULL;
|
||||
mem_free_dbg(temp);
|
||||
MemFreeDbg(pSquareCel);
|
||||
}
|
||||
|
||||
void CheckDungeonClear()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue