Fixed: Failed to locate map data from Memento Mori add-on for Doom
In the Mac Hexen demo some lump names have extra values or'd into the lump names stored in the lump directory. The WAD file loader will remove these values when reading the lump directory.
Many of the lump names in Memento Mori's MM.wad similarly have extra values which appear after the last character in the name.
When translating the lump names ensure that we stop when the name ends rather than always process all eight characters.
Fixed: Failed to locate map data from Memento Mori add-on for Doom
In the Mac Hexen demo some lump names have extra values or'd into
the lump names stored in the lump directory. The WAD file loader
will remove these values when reading the lump directory.
Many of the lump names in Memento Mori's MM.wad similarly have extra
values which appear after the last character in the name.
When translating the lump names ensure that we stop when the name
ends rather than always process all eight characters.