chaos pt 1
[carveJwlIkooP6JGAAIwe30JlM.git] / respawn.c
index b7594db52b38ffe80eb6a7e757ebec074df7826f..df1c66b3f9336af793c50e895c7f33e1874d780d 100644 (file)
--- a/respawn.c
+++ b/respawn.c
@@ -208,13 +208,6 @@ static void respawn_chooser_pre_update(void){
       }
    }
 
-   for( u32 i=0; i<mdl_arrcount(&world->ent_gate); i++ ){
-      ent_gate *gate = mdl_arritm( &world->ent_gate, i );
-      if( gate->flags & k_ent_gate_nonlocal ){
-         respawn_map_draw_icon( cam, k_gui_icon_rift, gate->co[0] );
-      }
-   }
-
    for( u32 i=0; i<mdl_arrcount(&world->ent_route); i++ ){
       ent_route *route = mdl_arritm( &world->ent_route, i );