Changed SEED_SKIP to 0

This commit is contained in:
Treeco 2020-05-21 21:59:59 +01:00
parent 2f89b863e0
commit 4c41cc1050

View File

@ -35,7 +35,7 @@ pub struct Civs {
}
// 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> {
sim: &'a mut WorldSim,