X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.h;h=5663c295d581c9b8bc74b4163cb6a006468b03d4;hb=137d40d96fe923600d8378b8e138e3c276f27ff4;hp=bf23bebcf1e59fb1f2d9d3520be9f677ed563048;hpb=22f62f001f21d1b91fefd9fc495c122d9ddf205a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.h b/world_gate.h index bf23beb..5663c29 100644 --- a/world_gate.h +++ b/world_gate.h @@ -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 );