X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_load.c;fp=world_load.c;h=3dce0288024f76612b89a65502d1d5b60ceef2b2;hb=2c38f7b8f422374c4c46c5b636a7275b61876192;hp=f196c269450959f960a07a0841ead06193925a40;hpb=3557b0c25545139b4a5adf0ba44cdac63bf77302;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);