Skip to content

Commit 6ad187d

Browse files
committed
Update to latest hl2sdk-cs2
1 parent b207a1d commit 6ad187d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/schemareader.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,11 @@ class SchemaReader
108108
std::string SplitTemplatedName( CSchemaType *type ) const;
109109

110110
private:
111+
#if SOURCE_ENGINE == SE_CS2
112+
CKV3Arena m_KV3Context;
113+
#else
111114
CKeyValues3Context m_KV3Context;
115+
#endif
112116

113117
std::map<CSchemaType *, int> m_TypeMap;
114118
std::filesystem::path m_OutPath;

0 commit comments

Comments
 (0)