mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-09 03:18:29 +00:00
no comment
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40392
This commit is contained in:
parent
c7369c50fe
commit
cdead2f8fc
@ -1013,7 +1013,7 @@ namespace SourceHook
|
||||
// If you get a crash here, the ptr passed is invalid
|
||||
// This usually means a SH_DECL_MANUALHOOK* with wrong thisptroffs/vtbloffs/vtblidx
|
||||
CSourceHookImpl::CVfnPtr::CVfnPtr(void *ptr, void **pOneIgnore) : m_Ptr(ptr),
|
||||
m_pOneIgnore(pOneIgnore), m_OrigEntry(*reinterpret_cast<void**>(ptr))
|
||||
m_OrigEntry(*reinterpret_cast<void**>(ptr)), m_pOneIgnore(pOneIgnore)
|
||||
{
|
||||
}
|
||||
CSourceHookImpl::CVfnPtr::~CVfnPtr()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user