Merge branch 'treeco/no-seed-skip' into 'master'

Changed SEED_SKIP to 0

See merge request veloren/veloren!1010
This commit is contained in:
Joshua Barretto 2020-05-22 00:01:21 +00:00
commit 731fd4bcbc

View File

@ -35,7 +35,7 @@ pub struct Civs {
} }
// Change this to get rid of particularly horrid seeds // Change this to get rid of particularly horrid seeds
const SEED_SKIP: u8 = 1; const SEED_SKIP: u8 = 0;
pub struct GenCtx<'a, R: Rng> { pub struct GenCtx<'a, R: Rng> {
sim: &'a mut WorldSim, sim: &'a mut WorldSim,