X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.h;h=13b14785df386cef816b646800845d2741ecf6e1;hb=d0069069f683eab48418faed415de932896d08ee;hp=6339f1d98f9bd9c19bdc7757c9a036dabd814b6f;hpb=17851df33b64209eeefcc0dc096dadb8a8ff2c1a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.h b/world_gate.h index 6339f1d..13b1478 100644 --- a/world_gate.h +++ b/world_gate.h @@ -30,7 +30,7 @@ u32 world_intersect_gates( world_instance *world, v3f pos, v3f last ); void ent_gate_call( world_instance *world, ent_call *call ); void ent_gate_get_mdl_mtx( ent_gate *gate, m4x3f mmdl ); -void world_link_nonlocal_async( void *payload, u32 size ); +void world_link_gates_async( void *payload, u32 size ); void world_unlink_nonlocal( world_instance *world ); void render_gate_unlinked( world_instance *world, ent_gate *gate, vg_camera *cam );