mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Changed SEED_SKIP to 0
This commit is contained in:
parent
2f89b863e0
commit
4c41cc1050
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user