Cleanup: Use std::vector in RealSpriteGroup.

(cherry picked from commit f785a70a2b)
This commit is contained in:
Peter Nelson
2021-05-01 23:58:18 +01:00
committed by Jonathan G Rennison
parent d4c466200f
commit d3b9d19c5a
11 changed files with 21 additions and 35 deletions

View File

@@ -56,12 +56,6 @@ TemporaryStorageArray<int32, 0x110> _temp_store;
}
}
RealSpriteGroup::~RealSpriteGroup()
{
free(this->loaded);
free(this->loading);
}
DeterministicSpriteGroup::~DeterministicSpriteGroup()
{
free(this->adjusts);