X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_challenge.h;fp=ent_challenge.h;h=0d185f9958a3518883d74169be34cc6e1334860d;hb=bd3a7e904be0fc97e70761cc957a28609d366586;hp=01068e8f888873ee8d4c52a0708d47a5ae4e03bf;hpb=eead7b53ab6afe9b9e9bda2d5bfa6891e8845453;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_challenge.h b/ent_challenge.h index 01068e8..0d185f9 100644 --- a/ent_challenge.h +++ b/ent_challenge.h @@ -3,7 +3,7 @@ #include "entity.h" -VG_STATIC void ent_challenge_preupdate( ent_challenge *challenge ); +VG_STATIC void ent_challenge_preupdate( ent_challenge *challenge, int active ); VG_STATIC void ent_challenge_call( world_instance *world, ent_call *call ); #endif /* ENT_CHALLENGE_H */