1
0
Fork 0
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:
Brian Fiete 2020-12-14 06:13:40 -08:00
parent b227197e54
commit f28229aef4
2 changed files with 7 additions and 4 deletions

View file

@ -56,7 +56,9 @@ enum BfProtection : uint8
BfProtection_Internal,
BfProtection_Protected,
BfProtection_ProtectedInternal,
BfProtection_Public
BfProtection_Public,
BfProtection_COUNT
};
enum BfCheckedKind : int8