(svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'.

This commit is contained in:
frosch
2009-11-08 13:02:05 +00:00
parent cc320dc4d0
commit 6ca8f6e380
6 changed files with 23 additions and 12 deletions

View File

@@ -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;