summaryrefslogtreecommitdiff
path: root/newgrf.h
diff options
context:
space:
mode:
Diffstat (limited to 'newgrf.h')
-rw-r--r--newgrf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/newgrf.h b/newgrf.h
index bc1b7ca4d..5618fbdae 100644
--- a/newgrf.h
+++ b/newgrf.h
@@ -3,7 +3,6 @@
#ifndef NEWGRF_H
#define NEWGRF_H
-#include "sprite.h"
#include "station.h"
typedef struct GRFLabel {
@@ -38,7 +37,7 @@ typedef struct GRFFile {
int spriteset_feature;
int spritegroups_count;
- SpriteGroup **spritegroups;
+ struct SpriteGroup **spritegroups;
StationSpec **stations;