Skip to content

Fix game trying to load nothing when music and sound files are not present.

Callmore requested to merge Callmore/Kart-Public:map-search-fix into master

Kart used to load maps initally from hard-coded values, it now loads from 0 to the number of main wad files. This would cause sigsegvs from trying to read data from non existant files if sounds.kart and music.kart where not present.

Merge request reports