(svn r7354) -Codechange: Remove grffile->flags and use grfconfig->flags exclusively. Update action 7/9 now that we know if GRFs are disabled.

This commit is contained in:
peter1138
2006-12-04 13:45:20 +00:00
parent f029259767
commit 301d392b2c
4 changed files with 53 additions and 24 deletions

View File

@@ -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;