diff options
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 2 |
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, |