aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-01-16 12:06:03 +0000
committergingerBill <bill@gingerbill.org>2023-01-16 12:06:03 +0000
commit2dca39b55716d84e760d3a33b9754c18d7f6f1cc (patch)
tree685a8a85f7c023cff913d29e49ecff6e6a551380 /src/entity.cpp
parentb55fa268bf156ff72551868d84f45b579e2025b2 (diff)
Remove `auto_cast` procedure field flag
Fixes #2285
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index b92ba825f..4b0a6a3c8 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -61,7 +61,7 @@ enum EntityFlag : u64 {
EntityFlag_ProcBodyChecked = 1ull<<21,
EntityFlag_CVarArg = 1ull<<22,
- EntityFlag_AutoCast = 1ull<<23,
+
EntityFlag_AnyInt = 1ull<<24,
EntityFlag_Disabled = 1ull<<25,