aboutsummaryrefslogtreecommitdiffstats
path: root/src/vehicles/Train.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-05 18:04:18 +0300
committerSergeanur <s.anureev@yandex.ua>2020-05-05 18:04:18 +0300
commit9960c411933f9a804eb5f6840d75ad00fd255252 (patch)
tree19886c3263958d5c77664518270d252ad5554602 /src/vehicles/Train.h
parentdfe0642195bd17704aaac669908c8bb29fbcb531 (diff)
Remove Miami stuff
Diffstat (limited to 'src/vehicles/Train.h')
-rw-r--r--src/vehicles/Train.h1
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");