From 006ea11c569ce0724a844103059b47de797dbd85 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 21 Mar 2024 11:58:32 +0000 Subject: Update doc-format for `#by_ptr` and `#no_broadcast` parameters --- src/entity.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/entity.cpp') 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, -- cgit v1.2.3