From 575c7ff031f67ec4c479fa1cd6e22491e2b7a79e Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 26 Feb 2021 15:09:32 +0000 Subject: Patch issue with minimum dependency system and how it interacts with para poly procedures --- src/entity.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/entity.cpp') diff --git a/src/entity.cpp b/src/entity.cpp index 1712c7f98..7951cf614 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -57,6 +57,8 @@ enum EntityFlag : u32 { EntityFlag_SoaPtrField = 1<<19, // to allow s.x[0] where `s.x` is a pointer rather than a slice + EntityFlag_ProcBodyChecked = 1<<20, + EntityFlag_CVarArg = 1<<21, EntityFlag_AutoCast = 1<<22, -- cgit v1.2.3