Reduced ConVar flags array size

This was supposed to be part of commit 3e4d02af.
This commit is contained in:
Kawe Mazidjatari 2023-07-03 14:35:23 +02:00
parent 3e4d02afe1
commit 261a9ea204

View File

@ -282,7 +282,7 @@ public:
};
CUtlMap<const char*, int> m_StringToFlags;
FlagDesc_t m_FlagsToDesc[31];
FlagDesc_t m_FlagsToDesc[30];
int m_Count;
};