OpenDream icon indicating copy to clipboard operation
OpenDream copied to clipboard

Preproc replacing an identifier with a define

Open ike709 opened this issue 4 years ago • 0 comments

var/obj/structure/cerulean_slime_crystal/CSC = locate() in range(1,T)
if(CSC)
    continue

CSC in the check is replaced with #define CSC (x) (1/sin(x))

ike709 avatar Aug 26 '21 02:08 ike709