basic npc
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_glider.c
index d1e2a36e581786d49d030764563239163ab6b269..dbea8eadaaaecb0d425ce7780055c496051403e7 100644 (file)
@@ -2,7 +2,8 @@
 #include "entity.h"
 #include "player_glide.h"
 
-static void ent_glider_call( world_instance *world, ent_call *call ){
+void ent_glider_call( world_instance *world, ent_call *call )
+{
    u32 index = mdl_entity_id_id( call->id );
    ent_glider *glider = mdl_arritm( &world->ent_glider, index );