(50c0271)
[carveJwlIkooP6JGAAIwe30JlM.git] / world_gate.h
index 13b14785df386cef816b646800845d2741ecf6e1..a071e4bb20ee575e59c5f1722ade8b4da0ac0dab 100644 (file)
@@ -27,7 +27,7 @@ int render_gate( world_instance *world, world_instance *world_inside,
 int gate_intersect( ent_gate *gate, v3f pos, v3f last );
 u32 world_intersect_gates( world_instance *world, v3f pos, v3f last );
 
-void ent_gate_call( world_instance *world, ent_call *call );
+entity_call_result ent_gate_call( world_instance *world, ent_call *call );
 void ent_gate_get_mdl_mtx( ent_gate *gate, m4x3f mmdl );
 
 void world_link_gates_async( void *payload, u32 size );