From 7dc63836ea88662294cf4bde905319521ccdee7b Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 7 Apr 2008 12:36:50 +0000 Subject: (svn r12605) -Cleanup: variable scope and coding style in train* --- src/train.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/train.h') 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 -- cgit v1.2.3-54-g00ecf