(svn r3071) -NewGRF: Add support for rail vehicle weight greater than 255 tons.

This commit is contained in:
2005-10-20 15:15:58 +00:00
parent 4253f3d330
commit d5eb4183b8
2 changed files with 13 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ typedef struct RailVehicleInfo {
byte base_cost;
uint16 max_speed;
uint16 power;
byte weight;
uint16 weight;
byte running_cost_base;
byte engclass; // 0: steam, 1: diesel, 2: electric
byte capacity;