diff options
Diffstat (limited to 'newgrf_station.h')
-rw-r--r-- | newgrf_station.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf_station.h b/newgrf_station.h index e624f9695..a5a45d9a0 100644 --- a/newgrf_station.h +++ b/newgrf_station.h @@ -73,7 +73,7 @@ typedef struct StationSpec { * Used for obtaining the sprite offset of custom sprites, and for * evaluating callbacks. */ - struct SpriteGroup *spritegroup[NUM_GLOBAL_CID]; + const struct SpriteGroup *spritegroup[NUM_GLOBAL_CID]; } StationSpec; /** |