fixed find_entity

This commit is contained in:
Johnny Bergström 2004-03-17 07:30:07 +00:00
parent bbb5adc70f
commit 96b79cd24f

View File

@ -99,7 +99,7 @@ stock find_entity(start_from_ent, category, value[]) {
case target: return find_ent_by_target(start_from_ent, value)
case targetname: return find_ent_by_tname(start_from_ent, value)
}
return find_entity_by_class(start_from_ent, value)
return find_ent_by_class(start_from_ent, value)
}
#endif // _xtrafun_included