X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_load.c;h=b1363b7a9a056c9d55a29685e80bfb4b0c024350;hb=38514b4ba03412ad51df02dc2ba345e1be41005d;hp=4c768bfe4e1027124d17349b760b4e9608dad9fe;hpb=f97f731806ae51a3ebf5813fd304c0234676a10a;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;