forked from mirror/OpenTTD
(svn r22457) -Codechange: Make the NewGRFSpriteLayout a direct member of TileLayoutSpriteGroup instead of allocating it separately.
This commit is contained in:
@@ -35,11 +35,6 @@ RandomizedSpriteGroup::~RandomizedSpriteGroup()
|
||||
free((void*)this->groups);
|
||||
}
|
||||
|
||||
TileLayoutSpriteGroup::~TileLayoutSpriteGroup()
|
||||
{
|
||||
delete this->dts;
|
||||
}
|
||||
|
||||
TemporaryStorageArray<int32, 0x110> _temp_store;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user