X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.c;h=accdc06ed9195382798fa52b184ef69ed93a005a;hb=70ff4a83e5a4b35436388d9bb999c939559ac23f;hp=bc21e95bc13dea6cd4a1645201ba7ffd0b859167;hpb=d171c9ad5de05c9ac8563fcf9f23760b93fb50f8;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.c b/world_gate.c index bc21e95..accdc06 100644 --- a/world_gate.c +++ b/world_gate.c @@ -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 ); }