diff options
| author | gingerBill <bill@gingerbill.org> | 2024-03-21 11:58:32 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-03-21 11:58:32 +0000 |
| commit | 006ea11c569ce0724a844103059b47de797dbd85 (patch) | |
| tree | 92162bd5d266fd6b3ce5f0bbfa3e656822f33537 /src/entity.cpp | |
| parent | 010ffc486cb22b21136fdfa4f5ad04532767fa70 (diff) | |
Update doc-format for `#by_ptr` and `#no_broadcast` parameters
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 9161ea733..a160313b4 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -60,7 +60,6 @@ enum EntityFlag : u64 { EntityFlag_ProcBodyChecked = 1ull<<21, EntityFlag_CVarArg = 1ull<<22, - EntityFlag_NoBroadcast = 1ull<<23, EntityFlag_AnyInt = 1ull<<24, |