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

This commit is contained in:
2006-02-28 08:13:15 +00:00
parent 673ce4e3e0
commit 56c3f42397
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 {