diff options
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/world.h b/src/world.h index 2097c94..6060b90 100644 --- a/src/world.h +++ b/src/world.h @@ -24,7 +24,8 @@ #define BVH_BOX_MAX 100.0 // Places. -#define PLACE_POND_MAX_DISTANCE 100 // Max distance from center. +#define PLACE_POND_MIN_DISTANCE 400 // Pond distance from center. +#define PLACE_POND_MAX_DISTANCE 600 // UID for anything in the world. typedef int16_t WorldUID; |