1
0
Fork 0

Removed an unused macro.

This commit is contained in:
Mattes D 2014-05-09 19:35:35 +02:00
parent ea593dcaad
commit b997fbaf45
1 changed files with 0 additions and 7 deletions

View File

@ -35,13 +35,6 @@ reduced in complexity in order for this generator to be useful, so the caves' sh
/// How many nests in each direction are generated for a given chunk. Must be an even number
#define NEIGHBORHOOD_SIZE 8
const int MIN_RADIUS = 3;
const int MAX_RADIUS = 8;