From 1c84468b5d58a2ca5385dbc8c7b57f498616bb6a Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 7 Feb 2012 22:05:44 +0000 Subject: (svn r23913) -Fix (r23912): Silly typo in comment. --- src/newgrf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf.cpp') diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 6365d86f9..4b422ab8d 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. -- cgit v1.2.3-54-g00ecf