(svn r3684) - NewGRF: Support loading of miscellaneous flags (not used yet)

This commit is contained in:
peter1138
2006-02-28 08:13:15 +00:00
parent ff102fd115
commit 2e2ed81e40
2 changed files with 24 additions and 8 deletions

View File

@@ -79,6 +79,7 @@ typedef struct EngineInfo {
byte railtype:4;
byte climates:4;
uint32 refit_mask;
byte misc_flags;
} EngineInfo;
typedef struct Engine {