diff options
Diffstat (limited to 'newgrf_spritegroup.h')
-rw-r--r-- | newgrf_spritegroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf_spritegroup.h b/newgrf_spritegroup.h index 36680f451..4716fcafd 100644 --- a/newgrf_spritegroup.h +++ b/newgrf_spritegroup.h @@ -175,7 +175,7 @@ typedef struct ResolverObject { const struct Station *st; const struct StationSpec *statspec; } station; - }; + } u; uint32 (*GetRandomBits)(const struct ResolverObject*); uint32 (*GetTriggers)(const struct ResolverObject*); |