We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b207a1d commit 6ad187dCopy full SHA for 6ad187d
1 file changed
src/schemareader.h
@@ -108,7 +108,11 @@ class SchemaReader
108
std::string SplitTemplatedName( CSchemaType *type ) const;
109
110
private:
111
+#if SOURCE_ENGINE == SE_CS2
112
+ CKV3Arena m_KV3Context;
113
+#else
114
CKeyValues3Context m_KV3Context;
115
+#endif
116
117
std::map<CSchemaType *, int> m_TypeMap;
118
std::filesystem::path m_OutPath;
0 commit comments