summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-11-08 13:02:05 +0000
committerfrosch <frosch@openttd.org>2009-11-08 13:02:05 +0000
commit6ca8f6e38025c9a7b484ffee669f27fad7ceb32d (patch)
tree9d745e0add388c8a8e058ec5399d66a4dc9d3d00 /src/newgrf.cpp
parentcc320dc4d0253fc349cffc2719f6d20bb7ced99d (diff)
downloadopenttd-6ca8f6e38025c9a7b484ffee669f27fad7ceb32d.tar.xz
(svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'.
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index fc38c2b9b..69a187fd6 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -752,7 +752,7 @@ static ChangeInfoResult RoadVehicleChangeInfo(uint engine, int numinfo, int prop
rvi->max_speed = grf_load_byte(&buf);
break;
- case 0x09: // Running cost factor
+ case PROP_ROADVEH_RUNNING_COST_FACTOR: // 0x09 Running cost factor
rvi->running_cost = grf_load_byte(&buf);
break;