(svn r3388) - NewGRF: Allow train running cost class to differ from engine class. Also fix typo in r3384.

This commit is contained in:
2006-01-07 16:47:59 +00:00
parent 18de531671
commit e81c316134
6 changed files with 130 additions and 129 deletions

View File

@@ -16,6 +16,7 @@ typedef struct RailVehicleInfo {
uint16 power;
uint16 weight;
byte running_cost_base;
byte running_cost_class;
byte engclass; // 0: steam, 1: diesel, 2: electric
byte capacity;
byte cargo_type;