summaryrefslogtreecommitdiff
path: root/newgrf.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-12-04 13:45:20 +0000
committerpeter1138 <peter1138@openttd.org>2006-12-04 13:45:20 +0000
commit11474c26d7ebf2973081f15d7f8a4c445262f0bc (patch)
treeb8c788a987990973eb3b41e9f37fdff8d9a0a257 /newgrf.h
parent05559bcdcd30d907eb43cbffa8744de195cb2ca3 (diff)
downloadopenttd-11474c26d7ebf2973081f15d7f8a4c445262f0bc.tar.xz
(svn r7354) -Codechange: Remove grffile->flags and use grfconfig->flags exclusively. Update action 7/9 now that we know if GRFs are disabled.
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;