save location & map, lighting qol
[carveJwlIkooP6JGAAIwe30JlM.git] / world_gate.c
index 7a5360a6e2b09a9bcd517ee3cfe2781bf3552257..771fd834d49546e71ce072ae3b17d2996a2d2fef 100644 (file)
@@ -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;
          }
       }