Fix g_ReverseFlags array size.
This commit is contained in:
parent
19be28cc2e
commit
84a59c6fb7
@ -46,7 +46,7 @@
|
|||||||
#define LEVEL_STATE_FLAGS 2
|
#define LEVEL_STATE_FLAGS 2
|
||||||
|
|
||||||
AdminCache g_Admins;
|
AdminCache g_Admins;
|
||||||
char g_ReverseFlags[26];
|
char g_ReverseFlags[AdminFlags_TOTAL];
|
||||||
AdminFlag g_FlagLetters[26];
|
AdminFlag g_FlagLetters[26];
|
||||||
bool g_FlagCharSet[26];
|
bool g_FlagCharSet[26];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user