summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-02-07 22:05:44 +0000
committerfrosch <frosch@openttd.org>2012-02-07 22:05:44 +0000
commit1c84468b5d58a2ca5385dbc8c7b57f498616bb6a (patch)
treebe9578decfce30b5715a17ca8dd2930ea9e68634 /src/newgrf.cpp
parent306a0967d0825af5a3d982da306ddb7164983563 (diff)
downloadopenttd-1c84468b5d58a2ca5385dbc8c7b57f498616bb6a.tar.xz
(svn r23913) -Fix (r23912): Silly typo in comment.
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
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.