revision to walk animation/system
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_challenge.h
index 01068e8f888873ee8d4c52a0708d47a5ae4e03bf..a3cd92adf9e893889b3a7d7210e32a71c8336941 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "entity.h"
 
-VG_STATIC void ent_challenge_preupdate( ent_challenge *challenge );
-VG_STATIC void ent_challenge_call( world_instance *world, ent_call *call );
+static void ent_challenge_preupdate( ent_challenge *challenge, int active );
+static void ent_challenge_call( world_instance *world, ent_call *call );
 
 #endif /* ENT_CHALLENGE_H */