(svn r17688) -Fix (r17684): incorrect comments

This commit is contained in:
smatz
2009-10-04 04:57:01 +00:00
parent f9527ee5ae
commit be3ee603b1
2 changed files with 2 additions and 2 deletions

View File

@@ -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.
};
/**