diff -r f7f13553f881 -r a6029daa547f src/engine.h --- a/src/engine.h Sun Jan 21 15:18:36 2007 +0000 +++ b/src/engine.h Sun Jan 21 16:08:18 2007 +0000 @@ -13,6 +13,7 @@ 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 @@ 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;