committed patch for correct typecasting
This commit is contained in:
@@ -395,7 +395,7 @@ int Debugger::FormatError(char *buffer, size_t maxLength)
|
||||
num = (int)*p_cip;
|
||||
}*/
|
||||
//New code only requires this...
|
||||
num = (int)m_pAmx->usertags[UT_NATIVE];
|
||||
num = (int)(_INT_PTR)m_pAmx->usertags[UT_NATIVE];
|
||||
amx_err = amx_GetNative(m_pAmx, num, native_name);
|
||||
/*if (num)
|
||||
amx_err = amx_GetNative(m_pAmx, (int)*p_cip, native_name);
|
||||
|
Reference in New Issue
Block a user