Skip to content

Commit c3e4fae

Browse files
committed
chore: update sdk
1 parent a7b2569 commit c3e4fae

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

src/main/dumpers/schemas/schemas.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ void DumpClasses(CSchemaSystemTypeScope* typeScope, std::filesystem::path schema
7272
{
7373
const auto classInfo = typeScope->m_DeclaredClasses.m_Map.Element(iter)->m_pClassInfo;
7474

75+
if (!classInfo)
76+
continue;
77+
7578
if (!std::filesystem::is_directory(schemaPath / classInfo->m_pszProjectName))
7679
if (!std::filesystem::create_directory(schemaPath / classInfo->m_pszProjectName))
7780
return;

src/main/utils/common.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@ void ExitError(const char* pMsg, ...)
1919
exit(1);
2020
}
2121

22-
/* tier0 stub */
23-
24-
void CThreadSpinRWLock::LockForRead(const char* pFileName, int nLine)
25-
{
26-
// STUB
27-
}
28-
29-
void CThreadSpinRWLock::UnlockRead(const char* pFileName, int nLine)
30-
{
31-
// STUB
32-
}
33-
3422
LoggingResponse_t LoggingSystem_LogAssert(const char* pMessageFormat, ...)
3523
{
3624
return LR_ABORT;

vendor/hl2sdk-cs2

Submodule hl2sdk-cs2 updated 54 files

0 commit comments

Comments
 (0)