Decomp Inventory::Destroy

This commit is contained in:
Aetias
2023-11-13 22:41:04 +01:00
parent a0cf7d21c6
commit 2dcc30f992
96 changed files with 1428 additions and 1443 deletions
+5
View File
@@ -7,4 +7,9 @@ Inventory* Inventory::Create() {
gInventory = new(data_027e0ce0[1], 4) Inventory();
return gInventory;
}
void Inventory::Destroy() {
delete gInventory;
gInventory = 0;
}
#pragma thumb off