(svn r22457) -Codechange: Make the NewGRFSpriteLayout a direct member of TileLayoutSpriteGroup instead of allocating it separately.
This commit is contained in:
@@ -280,10 +280,10 @@ struct ResultSpriteGroup : SpriteGroup {
|
||||
|
||||
struct TileLayoutSpriteGroup : SpriteGroup {
|
||||
TileLayoutSpriteGroup() : SpriteGroup(SGT_TILELAYOUT) {}
|
||||
~TileLayoutSpriteGroup();
|
||||
~TileLayoutSpriteGroup() {}
|
||||
|
||||
byte num_building_stages; ///< Number of building stages to show for this house/industry tile
|
||||
NewGRFSpriteLayout *dts;
|
||||
NewGRFSpriteLayout dts;
|
||||
};
|
||||
|
||||
struct IndustryProductionSpriteGroup : SpriteGroup {
|
||||
|
||||
Reference in New Issue
Block a user