X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.c;fp=player.c;h=07e5f306ac7f3e6163cf694f9e22bd6190cd8026;hb=cab063a27c067f6b5387305fe358c94fc7793f45;hp=93cfb10d169fa3c9aef8f9224f32ee6bf3548678;hpb=0ff2713a286a77fa3e3538f5a76b0bf60525eb5b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.c b/player.c index 93cfb10..07e5f30 100644 --- a/player.c +++ b/player.c @@ -123,7 +123,7 @@ static void player__pass_gate( u32 id ){ localplayer.boundary_hash ^= NETMSG_GATE_BOUNDARY_BIT; localplayer.boundary_hash &= ~NETMSG_BOUNDARY_MASK; localplayer.boundary_hash |= index; - + ent_gate *gate = mdl_arritm( &world->ent_gate, mdl_entity_id_id(id) ); world_routes_fracture( world, gate, localplayer.rb.co, localplayer.rb.v );