summaryrefslogtreecommitdiff
path: root/newgrf.h
diff options
context:
space:
mode:
Diffstat (limited to 'newgrf.h')
-rw-r--r--newgrf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/newgrf.h b/newgrf.h
index ac4102207..77ed2f5bf 100644
--- a/newgrf.h
+++ b/newgrf.h
@@ -24,7 +24,6 @@ typedef struct GRFLabel {
typedef struct GRFFile {
char *filename;
uint32 grfid;
- uint16 flags;
uint16 sprite_offset;
byte grf_version;
struct GRFFile *next;