X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=world.h;h=16b0e98986260a6d1bda96c0e62c4d5b7af5af87;hb=192990d6d24e53749ca046fef808a63cf162ab8a;hp=b80db3776879f2b1dfb760b64ef432c2010ce6f1;hpb=56f320d8ce6e8997370ec8e02fe50ca2d07b67f0;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index b80db37..16b0e98 100644 --- a/world.h +++ b/world.h @@ -251,7 +251,7 @@ struct world_instance v4f q[2]; v2f dims; - m4x3f to_world, recv_to_world, transport; + m4x3f to_world, transport; } gate; @@ -267,6 +267,16 @@ struct world_instance *gates; u32 gate_count; + struct nonlocal_gate + { + struct teleport_gate gate; + mdl_node *node; + + u32 target_map_index, working; + } + *nonlocal_gates; + u32 nonlocalgate_count; + struct route_collector { struct route_timing timing;