small compression
[carveJwlIkooP6JGAAIwe30JlM.git] / world_gate.h
index bf23bebcf1e59fb1f2d9d3520be9f677ed563048..5663c295d581c9b8bc74b4163cb6a006468b03d4 100644 (file)
@@ -24,8 +24,7 @@ static int render_gate( world_instance *world, world_instance *world_inside,
                            ent_gate *gate, camera *cam, int layer_depth );
 
 static int gate_intersect( ent_gate *gate, v3f pos, v3f last );
-static ent_gate *world_intersect_gates( world_instance *world,
-                                           v3f pos, v3f last );
+static u32 world_intersect_gates( world_instance *world, v3f pos, v3f last );
 
 static void ent_gate_call( world_instance *world, ent_call *call );
 static void ent_gate_get_mdl_mtx( ent_gate *gate, m4x3f mmdl );