diff options
Diffstat (limited to 'newgrf.h')
-rw-r--r-- | newgrf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ typedef struct GRFFile { int spritegroups_count; struct SpriteGroup **spritegroups; + uint sound_offset; + StationSpec **stations; uint32 param[0x80]; |