1
0
Fork 0

Removed unused constants from MineShafts and Ravines.

This commit is contained in:
Mattes D 2014-05-09 20:13:20 +02:00
parent 0fc60edaeb
commit a936736acd
2 changed files with 0 additions and 9 deletions

View File

@ -25,12 +25,6 @@ in a depth-first processing. Each of the descendants will branch randomly, if no
static const int NEIGHBORHOOD_SIZE = 3;
class cMineShaft abstract
{
public:

View File

@ -9,9 +9,6 @@
/// How many ravines in each direction are generated for a given chunk. Must be an even number
static const int NEIGHBORHOOD_SIZE = 8;
static const int NUM_RAVINE_POINTS = 4;