allow armature fixups on model load
[carveJwlIkooP6JGAAIwe30JlM.git] / world_gate.c
index be339cf587603482e124053b3134090aeb99cdd0..79ddbc9867a14adc77fbbac5987fcf26f633da39 100644 (file)
@@ -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 );
 }