chaos pt 3
[carveJwlIkooP6JGAAIwe30JlM.git] / world_gate.c
index bc21e95bc13dea6cd4a1645201ba7ffd0b859167..accdc06ed9195382798fa52b184ef69ed93a005a 100644 (file)
@@ -65,10 +65,6 @@ static void world_gates_init(void)
       world_gates.sm_marker[i] = *sm;
    }
 
-   mdl_mesh *icosphere = mdl_find_mesh( &mgate, "rs_icosphere" );
-   world_gates.sm_icosphere = 
-      *((mdl_submesh *)mdl_arritm( &mgate.submeshs, icosphere->submesh_start ));
-
    mdl_async_load_glmesh( &mgate, &world_gates.mesh );
    mdl_close( &mgate );
 }