X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=world_gate.h;h=a8decacf6dafebe29906103cc7e568d9222c6d60;hb=d171c9ad5de05c9ac8563fcf9f23760b93fb50f8;hp=201187cfbc9ee32944bde7ba1c27fa674d0a2f3a;hpb=2c91a71533b4ce86b9e7fd708420ae05c74d8f52;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.h b/world_gate.h index 201187c..a8decac 100644 --- a/world_gate.h +++ b/world_gate.h @@ -21,7 +21,7 @@ static world_gates; static void world_gates_init(void); static void gate_transform_update( ent_gate *gate ); static int render_gate( world_instance *world, world_instance *world_inside, - ent_gate *gate, camera *cam, int layer_depth ); + ent_gate *gate, camera *cam ); static int gate_intersect( ent_gate *gate, v3f pos, v3f last ); static u32 world_intersect_gates( world_instance *world, v3f pos, v3f last );