X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_load.c;h=3dce0288024f76612b89a65502d1d5b60ceef2b2;hb=fbc68c65e01838feb77f47b30994b45fcc39ebaf;hp=f196c269450959f960a07a0841ead06193925a40;hpb=23733c7ba8fac9eb4ac1f4839c400f0248abee6e;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_load.c b/world_load.c index f196c26..3dce028 100644 --- a/world_load.c +++ b/world_load.c @@ -90,6 +90,7 @@ static void world_instance_load_mdl( u32 instance_id, const char *path ){ world->info.pstr_desc = 0; world->info.pstr_name = 0; world->info.timezone = 0.0f; + world->info.flags = 0; } time_t seconds = time(NULL) % ((u32)vg_maxf(1.0f,k_day_length)*60);