diff options
Diffstat (limited to 'src/train.h')
-rw-r--r-- | src/train.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/train.h b/src/train.h index e1828297d..9705c3123 100644 --- a/src/train.h +++ b/src/train.h @@ -96,7 +96,7 @@ struct TrainCache { byte cached_vis_effect; 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. }; /** |