X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.c;h=79ddbc9867a14adc77fbbac5987fcf26f633da39;hb=254d76308dc12891c65b8fb5d5edae7152164e9a;hp=be339cf587603482e124053b3134090aeb99cdd0;hpb=6e96ba64e805ea8a39ca46171e28426c6bc86ab6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.c b/world_gate.c index be339cf..79ddbc9 100644 --- a/world_gate.c +++ b/world_gate.c @@ -65,7 +65,7 @@ static void world_gates_init(void) world_gates.sm_marker[i] = *sm; } - mdl_async_load_glmesh( &mgate, &world_gates.mesh ); + mdl_async_load_glmesh( &mgate, &world_gates.mesh, NULL ); mdl_close( &mgate ); }