mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Another typo.
This commit is contained in:
@ -244,7 +244,7 @@ struct ScriptFuncDescriptor_t
|
||||
m_ReturnType = FIELD_TYPEUNKNOWN;
|
||||
m_iVariantCount = 0;
|
||||
m_iParamCount = 0;
|
||||
memcpy(m_Parameters, 0, sizeof(m_Parameters));
|
||||
memset(m_Parameters, 0, sizeof(m_Parameters));
|
||||
m_pszDescription = NULL;
|
||||
m_pszParameterNames = NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user