diff options
Diffstat (limited to 'newgrf_station.h')
-rw-r--r-- | newgrf_station.h | 1 |
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. |