diff options
Diffstat (limited to 'src/control/PathFind.h')
-rw-r--r-- | src/control/PathFind.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/control/PathFind.h b/src/control/PathFind.h index 5f5de3e1..7abc455a 100644 --- a/src/control/PathFind.h +++ b/src/control/PathFind.h @@ -38,7 +38,8 @@ struct CPedPathNode CPedPathNode* prev; CPedPathNode* next; }; -static_assert(sizeof(CPedPathNode) == 0x10, "CPedPathNode: error"); + +VALIDATE_SIZE(CPedPathNode, 0x10); class CPedPath { public: |