Fixed map problem with Heretic.

This commit is contained in:
Storm Dragon
2025-10-28 02:52:11 -04:00
parent fd8aac0de1
commit 0975ea34f9
+1 -1
View File
@@ -2335,7 +2335,7 @@ class DoomLauncher(QMainWindow):
# Then add maps and other game-specific files
if "Heretic" in selectedGame:
if "Toby Heretic" in selectedGame:
baseFiles.append(str(self.gamePath / "Addons/MAPS/TobyHereticLevels.wad"))
baseFiles.append(str(self.gamePath / "Addons/MAPS/TobyHereticLevels.pk3"))
elif "Hexen" in selectedGame:
if "Toby Hexen" in selectedGame:
baseFiles.append(str(self.gamePath / "Addons/MAPS/TobyHexen.pk3"))