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 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 |