From 931d32f4145e36ef08b432314353ff9f058f6a08 Mon Sep 17 00:00:00 2001 From: Charles Pigott Date: Mon, 22 Apr 2019 07:39:52 +0100 Subject: Codechange: Remove RailTypeByte type --- src/train.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/train.h') diff --git a/src/train.h b/src/train.h index b50a9d87b..0256f6352 100644 --- a/src/train.h +++ b/src/train.h @@ -95,7 +95,7 @@ struct Train FINAL : public GroundVehicle { uint16 flags; TrackBitsByte track; TrainForceProceeding force_proceed; - RailTypeByte railtype; + RailType railtype; RailTypes compatible_railtypes; /** Ticks waiting in front of a signal, ticks being stuck or a counter for forced proceeding through signals. */ -- cgit v1.2.3-70-g09d2