mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-15 04:32:14 +00:00
Merge pull request #8496 from Spookerton/spkrtn/sys/out-with-the-old-2
remove some obsolete defines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user