From 70e4dd17b7dcddba2235f51b1df96c3dc3674dd0 Mon Sep 17 00:00:00 2001 From: Professor Hastig Date: Wed, 25 Oct 2023 08:36:53 +0200 Subject: [PATCH] fix UMAPINFO's intermusic being used at the summary screen. --- src/gamedata/umapinfo.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gamedata/umapinfo.cpp b/src/gamedata/umapinfo.cpp index bb442f78d0c..08e16d9f88b 100644 --- a/src/gamedata/umapinfo.cpp +++ b/src/gamedata/umapinfo.cpp @@ -443,11 +443,13 @@ void CommitUMapinfo(level_info_t *defaultinfo) if (map.partime > 0) levelinfo->partime = map.partime; if (map.enterpic[0]) levelinfo->EnterPic = map.enterpic; if (map.exitpic[0]) levelinfo->ExitPic = map.exitpic; + /* UMAPINFO's intermusic is for the text screen, not the summary. if (map.intermusic[0]) { levelinfo->InterMusic = map.intermusic; levelinfo->intermusicorder = 0; } + */ if (map.BossActions.Size() > 0 || map.BossCleared) { // Setting a boss action will deactivate the flag based monster actions.