X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_npc.h;fp=ent_npc.h;h=648f44775db3a729cfad4bff10558604c12bc286;hb=f01a25e33a54c92e4d6bca0889b76f33af5e51eb;hp=24e7e02bcb5922bbba6baa54508e944ab08dd35c;hpb=fbe807d19b8a626c2d75002b286dd794f893473a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_npc.h b/ent_npc.h index 24e7e02..648f447 100644 --- a/ent_npc.h +++ b/ent_npc.h @@ -22,7 +22,7 @@ enum npc_id void npc_load_model( struct npc *npc, const char *path ); void ent_npc_preupdate( ent_npc *ent, int active ); -void ent_npc_call( world_instance *world, ent_call *call ); +entity_call_result ent_npc_call( world_instance *world, ent_call *call ); void npc_update( ent_npc *ent ); void npc_render( ent_npc *ent, world_instance *world, vg_camera *cam ); void npc_init(void);