Skip to content

Clean up the WAD searching code a little.

Golden requested to merge Golden/SRB2:better-wad-search into next

The old inline mess needed to go badly.

Uses const char ** arrays, macros, and for loops to make this code a bit cleaner than the hardcoded mess it was.

Merge request reports