completed all glider stuff
[carveJwlIkooP6JGAAIwe30JlM.git] / world_load.c
index 6055d887acbe96ed7b7a5d68b53a2fc52765a2b3..ece92972c080625f6390e4252640363355572921 100644 (file)
@@ -69,6 +69,7 @@ static void world_instance_load_mdl( u32 instance_id, const char *path ){
    MDL_LOAD_ARRAY( meta, &world->ent_miniworld, ent_miniworld,  heap );
    MDL_LOAD_ARRAY( meta, &world->ent_prop,      ent_prop,       heap );
    MDL_LOAD_ARRAY( meta, &world->ent_region,    ent_region,     heap );
+   MDL_LOAD_ARRAY( meta, &world->ent_glider,    ent_glider,     heap );
 
    mdl_array_ptr infos;
    MDL_LOAD_ARRAY( meta, &infos, ent_worldinfo, vg_mem.scratch );