X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.c;fp=world_gate.c;h=79ddbc9867a14adc77fbbac5987fcf26f633da39;hb=61559a4d856351c40f5ad6be67b811ec01b037f9;hp=be339cf587603482e124053b3134090aeb99cdd0;hpb=23733c7ba8fac9eb4ac1f4839c400f0248abee6e;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 ); }