seperate rand instances for each thread
[carveJwlIkooP6JGAAIwe30JlM.git] / world_load.c
index 4c768bfe4e1027124d17349b760b4e9608dad9fe..b1363b7a9a056c9d55a29685e80bfb4b0c024350 100644 (file)
@@ -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;