another fix

This commit is contained in:
Johnny Bergström 2004-03-24 12:56:21 +00:00
parent 5967f7d951
commit e40daf1315

View File

@ -67,7 +67,7 @@ enum {
stock jghg_find_ent_owner(start_from_ent, jghg_category, value[], owner_index)
{
find_ent_by_owner(start_from_ent, value[], owner_index, jghg_category)
find_ent_by_owner(start_from_ent, value, owner_index, jghg_category)
}
stock find_ent_sphere(start_from_ent, Float:origin[3], Float:radius)