mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r3603) - NewGRF: Support loading of AI rank data
This commit is contained in:
parent
601b226f04
commit
b5b4491471
10
newgrf.c
10
newgrf.c
@ -334,13 +334,13 @@ static bool RailVehicleChangeInfo(uint engine, int numinfo, int prop, byte **buf
|
||||
rvi[i].base_cost = cfactor;
|
||||
}
|
||||
} break;
|
||||
case 0x18: { /* AI rank */
|
||||
/* TODO: _railveh_score should be merged to _rail_vehicle_info. */
|
||||
|
||||
case 0x18: // AI rank
|
||||
FOR_EACH_OBJECT {
|
||||
grf_load_byte(&buf);
|
||||
rvi[i].ai_rank = grf_load_byte(&buf);
|
||||
}
|
||||
ret = true;
|
||||
} break;
|
||||
break;
|
||||
|
||||
case 0x19: { /* Engine traction type */
|
||||
/* What do the individual numbers mean?
|
||||
* 0x00 .. 0x07: Steam
|
||||
|
Loading…
Reference in New Issue
Block a user