diff options
Diffstat (limited to 'src/engine.h')
-rw-r--r-- | src/engine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine.h b/src/engine.h index 053527be0..083f2d69b 100644 --- a/src/engine.h +++ b/src/engine.h @@ -13,6 +13,7 @@ typedef struct RailVehicleInfo { byte image_index; byte flags; /* 1=multihead engine, 2=wagon */ byte base_cost; + byte railtype; uint16 max_speed; uint16 power; uint16 weight; @@ -81,8 +82,7 @@ typedef struct EngineInfo { Year lifelength; Year base_life; byte load_amount; - byte railtype:4; - byte climates:4; + byte climates; uint32 refit_mask; byte refit_cost; byte misc_flags; |