diff options
Diffstat (limited to 'src/engine/TrainCrossing.h')
| -rw-r--r-- | src/engine/TrainCrossing.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/TrainCrossing.h b/src/engine/TrainCrossing.h index eeb6b5fc2..e45eb9d53 100644 --- a/src/engine/TrainCrossing.h +++ b/src/engine/TrainCrossing.h @@ -11,12 +11,12 @@ extern "C" { * @arg Vec3f position of the crossing * @arg u32 waypointMin * @arg u32 waypointMax - * + * * Min/Max are used to determine the range for AI to stop for the crossing. - * + * */ class TrainCrossing { -public: + public: TrainCrossing(Vec3f position, u32 waypointMin, u32 waypointMax, f32 approachRadius, f32 exitRadius); Vec3f Position; |
