No more magic numbers for linedef arg values in UDMF
I finally got over my own laziness and created a bunch of enums, so the code is no longer littered with stuff like if (lines[i].args[2] & 256)
.
I finally got over my own laziness and created a bunch of enums, so the code is no longer littered with stuff like if (lines[i].args[2] & 256)
.