summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Automobile.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-05 16:14:13 +0200
committerGitHub <noreply@github.com>2020-05-05 16:14:13 +0200
commitdfe0642195bd17704aaac669908c8bb29fbcb531 (patch)
tree99f4d7dec983e7ad6f4071cc259c8c0de2eda2e2 /src/vehicles/Automobile.h
parentMerge pull request #510 from aap/master (diff)
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadre3-dfe0642195bd17704aaac669908c8bb29fbcb531.tar
re3-dfe0642195bd17704aaac669908c8bb29fbcb531.tar.gz
re3-dfe0642195bd17704aaac669908c8bb29fbcb531.tar.bz2
re3-dfe0642195bd17704aaac669908c8bb29fbcb531.tar.lz
re3-dfe0642195bd17704aaac669908c8bb29fbcb531.tar.xz
re3-dfe0642195bd17704aaac669908c8bb29fbcb531.tar.zst
re3-dfe0642195bd17704aaac669908c8bb29fbcb531.zip
Diffstat (limited to 'src/vehicles/Automobile.h')
-rw-r--r--src/vehicles/Automobile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vehicles/Automobile.h b/src/vehicles/Automobile.h
index 041302bf..0356a9f2 100644
--- a/src/vehicles/Automobile.h
+++ b/src/vehicles/Automobile.h
@@ -197,8 +197,6 @@ public:
static void SetAllTaxiLights(bool set);
};
-static_assert(sizeof(CAutomobile) == 0x5A8, "CAutomobile: error");
-
inline uint8 GetCarDoorFlag(int32 carnode) {
switch (carnode) {
case CAR_DOOR_LF: