(svn r23913) -Fix (r23912): Silly typo in comment.

pull/155/head
frosch 13 years ago
parent 80a8fe4275
commit d40cfd1a8a

@ -295,7 +295,7 @@ struct GRFTempEngineData {
uint16 cargo_disallowed; uint16 cargo_disallowed;
RailTypeLabel railtypelabel; RailTypeLabel railtypelabel;
const GRFFile *refitmask_grf; ///< GRF providing the cargo translation table for the refitmask. const GRFFile *refitmask_grf; ///< GRF providing the cargo translation table for the refitmask.
Refittability refittability; ///< Did the newgrf set any refittability property? If not, default refittability will be applied. bool prop27_set; ///< Did the NewGRF set property 27 (misc flags)? Refittability refittability; ///< Did the newgrf set any refittability property? If not, default refittability will be applied.
bool prop27_set; ///< Did the NewGRF set property 27 (misc flags)? bool prop27_set; ///< Did the NewGRF set property 27 (misc flags)?
uint8 rv_max_speed; ///< Temporary storage of RV prop 15, maximum speed in mph/0.8 uint8 rv_max_speed; ///< Temporary storage of RV prop 15, maximum speed in mph/0.8
uint32 ctt_include_mask; ///< Cargo types always included in the refit mask. uint32 ctt_include_mask; ///< Cargo types always included in the refit mask.

Loading…
Cancel
Save