(svn r23151) -Change: [NewGRF v8] Deprecate callback 12, and use callback 36 instead.

This commit is contained in:
frosch
2011-11-08 17:28:05 +00:00
parent 8dcbd673cf
commit 7d4568361c
3 changed files with 12 additions and 3 deletions

View File

@@ -888,7 +888,7 @@ static ChangeInfoResult CommonVehicleChangeInfo(EngineInfo *ei, int prop, ByteRe
ei->climates = buf->ReadByte();
break;
case 0x07: // Loading speed
case PROP_VEHICLE_LOAD_AMOUNT: // 0x07 Loading speed
/* Amount of cargo loaded during a vehicle's "loading tick" */
ei->load_amount = buf->ReadByte();
break;