removed CLAMP define

This commit is contained in:
spookerton
2022-03-31 19:21:58 +01:00
parent bcfe3e9851
commit 602cc67d2b
65 changed files with 116 additions and 118 deletions

View File

@@ -113,7 +113,7 @@
subdivide(iteration, x, y+hsize, hsize)
subdivide(iteration, x+hsize, y+hsize, hsize)
#define NOISE2VALUE(X) CLAMP(round(((X)/cell_range)*10), 0, 9)
#define NOISE2VALUE(X) clamp(round(((X)/cell_range)*10), 0, 9)
/datum/random_map/noise/cleanup()
var/is_not_border_left
var/is_not_border_right