chaos pt 2
[carveJwlIkooP6JGAAIwe30JlM.git] / world_entity.c
index a12e071ade86fdf4a749ea840e1f61edcc434ed7..d34ed6e0932f88d0d70a70bddf6f6ce8afd21dc0 100644 (file)
@@ -605,6 +605,7 @@ static void world_entity_start( world_instance *world, vg_msg *sav ){
    }
 }
 
+#if 0
 /* 
  * used for relinking multi-world data. ran anytime the world setup changes
  */
@@ -634,6 +635,7 @@ static void world_entity_relink( world_instance *world ){
       }
    }
 }
+#endif
 
 static void world_entity_serialize( world_instance *world, vg_msg *sav ){
    for( u32 i=0; i<mdl_arrcount(&world->ent_challenge); i++ ){