ID:138082
 
#define TRUE 1
#define FALSE 0

I added that to stddef.dm myself, but I figured it would be a fairly good addition to the release itself. Because,

usr.density = TRUE

makes more sense than

usr.density = 1



Anyway, your choice. Back to coding! =)

usr.density = TRUE

makes more sense than

usr.density = 1

Good idea. Though it should really be dense = TRUE, rather than density = TRUE. I used that form of the word in case we wanted to upgrade it from a binary flag to something with more levels of density in the future. Same goes for visibility, opacity, etc. So far, the only one that we have upgraded from a binary flag was luminosity.

--Dan