This commit is contained in:
C.L
2022-10-01 01:48:44 -04:00
parent 29e354c55e
commit edb72f2fc7
-2
View File
@@ -31,8 +31,6 @@
//supposedly the fastest way to do this according to https://gist.github.com/Giacom/be635398926bb463b42a
///Returns a list of turf in a square
#define RANGE_TURFS(RADIUS, CENTER) \
RECT_TURFS(RADIUS, RADIUS, CENTER)
#define RECT_TURFS(H_RADIUS, V_RADIUS, CENTER) \
block( \