summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Train.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vehicles/Train.h')
-rw-r--r--src/vehicles/Train.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vehicles/Train.h b/src/vehicles/Train.h
index 6fb73169..6aa76fa8 100644
--- a/src/vehicles/Train.h
+++ b/src/vehicles/Train.h
@@ -92,6 +92,4 @@ public:
static void UpdateTrains(void);
};
-#ifdef CHECK_STRUCT_SIZES
-static_assert(sizeof(CTrain) == 0x2E4, "CTrain: error");
-#endif \ No newline at end of file
+VALIDATE_SIZE(CTrain, 0x2E4);