summaryrefslogtreecommitdiff
path: root/src/sprite.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2011-03-03 21:24:03 +0000
committeryexo <yexo@openttd.org>2011-03-03 21:24:03 +0000
commit261b34b70503ba2e2a803cd9664f35b2f2c4ae14 (patch)
treef2019a81e19e9f4f5c2922965f0a057b6fb64517 /src/sprite.h
parent91ddf07c80b82e780fae8e6212a20f9afc031a80 (diff)
downloadopenttd-261b34b70503ba2e2a803cd9664f35b2f2c4ae14.tar.xz
(svn r22175) -Fix: [NewGRF] memory leak if a station newgrf contains prop 09 twice for the same station id
Diffstat (limited to 'src/sprite.h')
-rw-r--r--src/sprite.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sprite.h b/src/sprite.h
index 3e03aee6a..9321ba534 100644
--- a/src/sprite.h
+++ b/src/sprite.h
@@ -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