summaryrefslogtreecommitdiff
path: root/src/peds/PedType.h
diff options
context:
space:
mode:
authorbigbossbro08 <bigbossbro08@gmail.com>2020-05-10 21:49:33 +0600
committerbigbossbro08 <bigbossbro08@gmail.com>2020-05-10 21:49:33 +0600
commitc798e1bacdaabaf140ff3904948fd7cec46c09bb (patch)
treeef6d50874117bcc819b90dcd231d74f23fa0108d /src/peds/PedType.h
parentaf6e132b37e8b7e89e4c0c7a52e5bb81e4b1b9a8 (diff)
Fixed typos and made all assert functions optional
Diffstat (limited to 'src/peds/PedType.h')
-rw-r--r--src/peds/PedType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/PedType.h b/src/peds/PedType.h
index c0c72550..3a765da1 100644
--- a/src/peds/PedType.h
+++ b/src/peds/PedType.h
@@ -91,4 +91,4 @@ public:
static bool IsThreat(int type, int threat) { return ms_apPedType[type]->m_threats & threat; }
};
-static_assert(sizeof(CPedType) == 0x20, "CPedType: error");
+VALIDATE_SIZE(CPedType, 0x20);