mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixed protection string table oob
This commit is contained in:
parent
b227197e54
commit
f28229aef4
2 changed files with 7 additions and 4 deletions
|
@ -56,7 +56,9 @@ enum BfProtection : uint8
|
|||
BfProtection_Internal,
|
||||
BfProtection_Protected,
|
||||
BfProtection_ProtectedInternal,
|
||||
BfProtection_Public
|
||||
BfProtection_Public,
|
||||
|
||||
BfProtection_COUNT
|
||||
};
|
||||
|
||||
enum BfCheckedKind : int8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue