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 18e74c5ce..bc1b7ca4d 100644
--- a/newgrf.h
+++ b/newgrf.h
@@ -18,7 +18,6 @@ typedef struct GRFFile {
uint32 grfid;
uint16 flags;
uint16 sprite_offset;
- SpriteID first_spriteset; ///< Holds the first spriteset's sprite offset.
byte grf_version;
struct GRFFile *next;