cansee(), couldsee(), and templit() are macros which are described as boolean and used as if boolean, but they've been using bit masking to return integer values greater than 1. That works since C treats any non-zero as True but doesn't match boolean intent.
2.4 KiB
2.4 KiB