summaryrefslogtreecommitdiffstats
path: root/src/control/Garages.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/Garages.h')
-rw-r--r--src/control/Garages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Garages.h b/src/control/Garages.h
index 6acbcc63..c5bede2b 100644
--- a/src/control/Garages.h
+++ b/src/control/Garages.h
@@ -87,7 +87,7 @@ public:
CVehicle* RestoreCar();
};
-static_assert(sizeof(CStoredCar) == 0x28, "CStoredCar");
+VALIDATE_SIZE(CStoredCar, 0x28);
#define SWITCH_GARAGE_DISTANCE_CLOSE 40.0f