Skip to content

Fixed startup warnings when loading a PK3 with nested WADs (addresses 4228).

Sean Baggaley requested to merge topic/default/nested-wads-warning into branch/default

Fixes #4228, which was an oversight I introduced in 98447d6e9903: nested WADs were still being checksummed via MD5SumOfFile which failed and printed a warning for each nested WAD during startup, despite nested WADs ultimately being skipped entirely.

Merge request reports