diff options
Diffstat (limited to 'src/train.h')
-rw-r--r-- | src/train.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/train.h b/src/train.h index ab3d04190..c6023ab37 100644 --- a/src/train.h +++ b/src/train.h @@ -10,12 +10,10 @@ #include "vehicle_base.h" -/* - * enum to handle train subtypes +/** enum to handle train subtypes * Do not access it directly unless you have to. Use the access functions below * This is an enum to tell what bit to access as it is a bitmask */ - enum TrainSubtype { TS_FRONT = 0, ///< Leading engine of a train TS_ARTICULATED_PART = 1, ///< Articulated part of an engine |