diff options
| author | gingerBill <bill@gingerbill.org> | 2018-08-09 17:58:11 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-08-09 17:58:11 +0100 |
| commit | 70586b1cf81dcf7940bd39ce7b2c18ed8f0d2aa5 (patch) | |
| tree | d05b2342675da410c5ffde5e5e36247e4a2cf3d1 /src/entity.cpp | |
| parent | 877a78d6ba2f31ac22278a780f6996eac18f02a4 (diff) | |
`auto_cast` prefix for procedure parameters
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 1374f8c06..ea2f8c119 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -47,6 +47,7 @@ enum EntityFlag { EntityFlag_PolyConst = 1<<13, EntityFlag_CVarArg = 1<<20, + EntityFlag_AutoCast = 1<<21, }; enum EntityState { |