X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.c;fp=world_gate.c;h=accdc06ed9195382798fa52b184ef69ed93a005a;hb=00653e446d6b1310fa89d3aace70800f9fef4122;hp=bc21e95bc13dea6cd4a1645201ba7ffd0b859167;hpb=43dc3602effdf0af4f22ce78c0e76565c0be03e6;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 ); }