mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'treeco/no-seed-skip' into 'master'
Changed SEED_SKIP to 0 See merge request veloren/veloren!1010
This commit is contained in:
commit
731fd4bcbc
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user