X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_load.c;fp=world_load.c;h=b1363b7a9a056c9d55a29685e80bfb4b0c024350;hb=201430511bf3481e24d3d18b0ae70117b2981a30;hp=4c768bfe4e1027124d17349b760b4e9608dad9fe;hpb=4fe3835ea66a7c1f775ba1fb36a33c0c5496d2f5;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_load.c b/world_load.c index 4c768bf..b1363b7 100644 --- a/world_load.c +++ b/world_load.c @@ -15,8 +15,6 @@ * load the .mdl file located in path as a world instance */ static void world_instance_load_mdl( u32 instance_id, const char *path ){ - vg_rand_seed( 9001 ); - world_instance *world = &world_static.instances[ instance_id ]; world_init_blank( world ); world->status = k_world_status_loading;