(svn r22175) -Fix: [NewGRF] memory leak if a station newgrf contains prop 09 twice for the same station id

This commit is contained in:
yexo
2011-03-03 21:24:03 +00:00
parent 91ddf07c80
commit 261b34b705
5 changed files with 33 additions and 12 deletions

View File

@@ -52,6 +52,8 @@ struct DrawTileSeqStruct {
}
};
const DrawTileSeqStruct *CopyDrawTileSeqStruct(const DrawTileSeqStruct *dtss);
/** Ground palette sprite of a tile, together with its child sprites */
struct DrawTileSprites {
PalSpriteID ground; ///< Palette and sprite for the ground