From d40cfd1a8a4b99ab56152d332439087c1d5149f0 Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 7 Feb 2012 22:05:44 +0000 Subject: [PATCH] (svn r23913) -Fix (r23912): Silly typo in comment. --- src/newgrf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 6365d86f94..4b422ab8db 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -295,7 +295,7 @@ struct GRFTempEngineData { uint16 cargo_disallowed; RailTypeLabel railtypelabel; 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)? 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.