summaryrefslogtreecommitdiff
path: root/newgrf_station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-11-08 12:17:14 +0000
committerpeter1138 <peter1138@openttd.org>2006-11-08 12:17:14 +0000
commit0aa8c0123a827e6aa74dc9f88824aa810a1e1df9 (patch)
tree1e7c5d1234332f86f7b7b1377dba55c22375ca0c /newgrf_station.h
parentc73578aae6cd14c04a5bd19ab1b1016f3e6bcda9 (diff)
downloadopenttd-0aa8c0123a827e6aa74dc9f88824aa810a1e1df9.tar.xz
(svn r7113) -Codechange: [NewStations] Add support for copying custom station layouts
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 a5a45d9a0..a133fb3d7 100644
--- a/newgrf_station.h
+++ b/newgrf_station.h
@@ -67,6 +67,7 @@ typedef struct StationSpec {
byte lengths;
byte *platforms;
StationLayout **layouts;
+ bool copied_layouts;
/**
* NUM_GLOBAL_CID sprite groups.