(svn r22456) -Codechange: Derive NewGRFSpriteLayout from DrawTileSprites for spritelayouts allocated on the heap, and make use of constructors and destructors.
This commit is contained in:
@@ -283,7 +283,7 @@ struct TileLayoutSpriteGroup : SpriteGroup {
|
||||
~TileLayoutSpriteGroup();
|
||||
|
||||
byte num_building_stages; ///< Number of building stages to show for this house/industry tile
|
||||
struct DrawTileSprites *dts;
|
||||
NewGRFSpriteLayout *dts;
|
||||
};
|
||||
|
||||
struct IndustryProductionSpriteGroup : SpriteGroup {
|
||||
|
Reference in New Issue
Block a user