mirror of https://github.com/OpenTTD/OpenTTD
(svn r17688) -Fix (r17684): incorrect comments
parent
de798c5ae9
commit
c344ae2e1d
|
@ -89,7 +89,7 @@ void RoadVehUpdateCache(RoadVehicle *v);
|
||||||
/** Cached oftenly queried (NewGRF) values */
|
/** Cached oftenly queried (NewGRF) values */
|
||||||
struct RoadVehicleCache {
|
struct RoadVehicleCache {
|
||||||
byte cached_veh_length;
|
byte cached_veh_length;
|
||||||
EngineID first_engine; ///< cached EngineID of the front vehicle. INVALID_VEHICLE for the front vehicle itself.
|
EngineID first_engine; ///< cached EngineID of the front vehicle. INVALID_ENGINE for the front vehicle itself.
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -96,7 +96,7 @@ struct TrainCache {
|
||||||
byte cached_vis_effect;
|
byte cached_vis_effect;
|
||||||
byte user_def_data;
|
byte user_def_data;
|
||||||
|
|
||||||
EngineID first_engine; ///< cached EngineID of the front vehicle. INVALID_VEHICLE for the front vehicle itself.
|
EngineID first_engine; ///< cached EngineID of the front vehicle. INVALID_ENGINE for the front vehicle itself.
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue