fixed bug am48275

This commit is contained in:
David Anderson 2006-12-19 02:02:49 +00:00
parent 86838bead1
commit b762174c30

View File

@ -81,6 +81,7 @@ enum {
targetname targetname
} }
#if !defined _vexd_bcompat_included
/* Find an entity ID from start_from_ent id (use 0 to start from /* Find an entity ID from start_from_ent id (use 0 to start from
* the beginning, category is either "classname", "target" or * the beginning, category is either "classname", "target" or
* "targetname", value is the name you are searching for */ * "targetname", value is the name you are searching for */
@ -91,5 +92,6 @@ stock find_entity(start_from_ent, category, value[]) {
} }
return find_ent_by_class(start_from_ent, value) return find_ent_by_class(start_from_ent, value)
} }
#endif
#endif // _xtrafun_included #endif // _xtrafun_included