From 9960c411933f9a804eb5f6840d75ad00fd255252 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Tue, 5 May 2020 18:04:18 +0300 Subject: Remove Miami stuff --- src/vehicles/Train.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vehicles/Train.h') 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"); -- cgit v1.2.3