mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Reduced ConVar flags array size
This was supposed to be part of commit 3e4d02af.
This commit is contained in:
parent
3e4d02afe1
commit
261a9ea204
@ -282,7 +282,7 @@ public:
|
||||
};
|
||||
|
||||
CUtlMap<const char*, int> m_StringToFlags;
|
||||
FlagDesc_t m_FlagsToDesc[31];
|
||||
FlagDesc_t m_FlagsToDesc[30];
|
||||
int m_Count;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user