(svn r5201) - NewGRF: add loading of default refit costs. This information is not yet used

This commit is contained in:
peter1138
2006-06-09 16:35:07 +00:00
parent 56710ebc2c
commit 6e064cc642
3 changed files with 19 additions and 6 deletions

View File

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