summaryrefslogtreecommitdiff
path: root/newgrf_station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-05-03 21:07:44 +0000
committerpeter1138 <peter1138@openttd.org>2006-05-03 21:07:44 +0000
commit76df9c8302bf59bd106888630a2a8fa854904ae0 (patch)
tree209a122e5401e152b32eae2a369554bc13c4d020 /newgrf_station.h
parent435985624643d5e5461eb38a1f4c9fbac3d49a71 (diff)
downloadopenttd-76df9c8302bf59bd106888630a2a8fa854904ae0.tar.xz
(svn r4722) - Newstations: release station sprite layout data when uninitializing NewGRF data.
Diffstat (limited to 'newgrf_station.h')
-rw-r--r--newgrf_station.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf_station.h b/newgrf_station.h
index 7ebe78852..073cfe35d 100644
--- a/newgrf_station.h
+++ b/newgrf_station.h
@@ -44,6 +44,7 @@ typedef struct StationSpec {
*/
uint tiles;
DrawTileSprites *renderdata; ///< Array of tile layouts.
+ bool copied_renderdata;
/** Cargo threshold for choosing between little and lots of cargo
* @note little/lots are equivalent to the moving/loading states for vehicles