X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.c;h=771fd834d49546e71ce072ae3b17d2996a2d2fef;hb=6929408e937dca64da707a2d61f8cdf6ab857e93;hp=7a5360a6e2b09a9bcd517ee3cfe2781bf3552257;hpb=342fcbf6fda017bdd38d56ce0fa7c9e59e589f3b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.c b/world_gate.c index 7a5360a..771fd83 100644 --- a/world_gate.c +++ b/world_gate.c @@ -246,8 +246,7 @@ VG_STATIC ent_gate *world_intersect_gates( world_instance *world, continue; if( gate->type == k_gate_type_nonlocel ){ - if( skaterift.async_op == k_async_op_world_loading || - skaterift.async_op == k_async_op_world_preloading ){ + if( world_loader.state != k_world_loader_none ){ continue; } }