*** empty log message ***

This commit is contained in:
David Anderson
2004-09-11 21:13:02 +00:00
parent 9006673b09
commit e7cd31b1d5
3 changed files with 11 additions and 1 deletions

View File

@ -1366,7 +1366,7 @@ static cell AMX_NATIVE_CALL find_ent_in_sphere(AMX *amx, cell *params)
edict_t *pEnt = INDEXENT2(idx);
cell *cAddr = MF_GetAmxAddr(amx, params[2]);
REAL origin[3] = {
float origin[3] = {
amx_ctof(cAddr[0]),
amx_ctof(cAddr[1]),
amx_ctof(cAddr[2])