Skip to content

No more magic numbers for linedef arg values in UDMF

MascaraSnake requested to merge udmf-argenums into udmf-next

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).

Merge request reports