get the golden ratio right...

according to vanessa
This commit is contained in:
Jordan Snelling 2012-09-10 22:17:39 +02:00
parent a3edb211fc
commit 59681c7bcc
1 changed files with 1 additions and 1 deletions

View File

@ -2238,7 +2238,7 @@ void make_block(BlockMakeData *data)
}
p.Y++;
// Make a tree
make_tree(vmanip, p, myrand_range(1,32), ndef); //much better
make_tree(vmanip, p, myrand_range(1,8), ndef); //much better according to vannesa
}
}
}