X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_npc.h;fp=ent_npc.h;h=c20cc970f51d6526e3a62c9b2dc089180a1c3ba7;hb=8d336ea2cde7c596296dbaf0d3ce27a82c6c6cf0;hp=648f44775db3a729cfad4bff10558604c12bc286;hpb=f01a25e33a54c92e4d6bca0889b76f33af5e51eb;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_npc.h b/ent_npc.h index 648f447..c20cc97 100644 --- a/ent_npc.h +++ b/ent_npc.h @@ -21,7 +21,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_preupdate( ent_focus_context *context ); 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 );