File diff r17670:dace27472f9e → r17671:6321f2c5c4f2
src/newgrf_spritegroup.cpp
Show inline comments
 
@@ -37,8 +37,7 @@ RandomizedSpriteGroup::~RandomizedSprite
 

	
 
TileLayoutSpriteGroup::~TileLayoutSpriteGroup()
 
{
 
	free((void*)this->dts->seq);
 
	free(this->dts);
 
	delete this->dts;
 
}
 

	
 
TemporaryStorageArray<int32, 0x110> _temp_store;