diff options
Diffstat (limited to 'src/vehicles/Train.h')
-rw-r--r-- | src/vehicles/Train.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vehicles/Train.h b/src/vehicles/Train.h index e20a08fd..bf541250 100644 --- a/src/vehicles/Train.h +++ b/src/vehicles/Train.h @@ -91,3 +91,4 @@ public: float *totalLength, float *totalDuration, CTrainInterpolationLine *interpLines, bool rightRail); static void UpdateTrains(void); }; +static_assert(sizeof(CTrain) == 0x2E4, "CTrain: error"); |