diff options
author | peter1138 <peter1138@openttd.org> | 2008-02-21 19:09:10 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2008-02-21 19:09:10 +0000 |
commit | dda6cab17a451da637b15ecdbfd6f8f64be9ab77 (patch) | |
tree | ea01512db1a1157040bbc860c2b76afcf0fe4eee /src/engine.h | |
parent | c0544563a608dcb2275c344a131bc0669694c550 (diff) | |
download | openttd-dda6cab17a451da637b15ecdbfd6f8f64be9ab77.tar.xz |
(svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it.
Diffstat (limited to 'src/engine.h')
-rw-r--r-- | src/engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine.h b/src/engine.h index 26c7401f9..9213f928c 100644 --- a/src/engine.h +++ b/src/engine.h @@ -90,6 +90,7 @@ struct RoadVehicleInfo { byte image_index; byte base_cost; byte running_cost; + byte running_cost_class; SoundFxByte sfx; byte max_speed; byte capacity; |