*** empty log message ***

This commit is contained in:
Steve Dudenhoeffer 2004-09-08 09:38:59 +00:00
parent 78dc3ffd39
commit 4c202dadb0

View File

@ -2,7 +2,6 @@
// These are natives directly from NS2AMX // These are natives directly from NS2AMX
static cell AMX_NATIVE_CALL ns_has_weapon(AMX *amx,cell *params) static cell AMX_NATIVE_CALL ns_has_weapon(AMX *amx,cell *params)
{ {
CHECK_ENTITY(params[1]); CHECK_ENTITY(params[1]);
@ -43,7 +42,7 @@ static cell AMX_NATIVE_CALL ns_get_spawnpoints(AMX *amx, cell *params)
vec3_t vRet; vec3_t vRet;
if (params[2] == 0) if (params[2] == 0)
{ {
return ns_spawnpoints.getnum(params[1]); return (int)ns_spawnpoints.getnum(params[1]);
} }
else else
{ {