summaryrefslogtreecommitdiff
path: root/newgrf.h
diff options
context:
space:
mode:
Diffstat (limited to 'newgrf.h')
-rw-r--r--newgrf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf.h b/newgrf.h
index a07631b3e..599cbad4f 100644
--- a/newgrf.h
+++ b/newgrf.h
@@ -31,7 +31,7 @@ struct GRFFile {
int spriteset_feature;
int spritegroups_count;
- SpriteGroup *spritegroups;
+ SpriteGroup **spritegroups;
StationSpec stations[256];