Merge pull request #8496 from Spookerton/spkrtn/sys/out-with-the-old-2

remove some obsolete defines
This commit is contained in:
Atermonera
2022-04-02 17:46:13 -08:00
committed by GitHub
71 changed files with 127 additions and 136 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