These did not sync to trunk properly (SDK fix and some updates)

This commit is contained in:
David Anderson
2006-08-28 19:29:20 +00:00
parent 9bd22661ff
commit ec83efbdf3
3 changed files with 23 additions and 2 deletions

View File

@ -207,7 +207,7 @@ static cell AMX_NATIVE_CALL entity_get_float(AMX *amx, cell *params)
int idx = params[2];
REAL fVal = 0;
CHECK_ENTITY(iEnt);
CHECK_ENTITY_SIMPLE(iEnt);
edict_t *pEnt = INDEXENT2(iEnt);