This commit is contained in:
David Anderson
2006-02-14 23:56:55 +00:00
parent 76609e2a4a
commit ea5c9f0af4
2 changed files with 3 additions and 3 deletions

View File

@ -288,7 +288,7 @@ static cell AMX_NATIVE_CALL invalid_native(AMX *amx, cell *params)
}
char name[sNAMEMAX + 1];
int native = reinterpret_cast<int>(amx->usertags[UT_NATIVE]);
int native = (int)(amx->usertags[UT_NATIVE]);
int err = amx_GetNative(amx, native, name);
if (err != AMX_ERR_NONE)