From: <sv...@op...> - 2024-05-28 16:05:19
|
Author: sagamusix Date: Sun May 26 00:37:33 2024 New Revision: 20852 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20852 Log: [Fix] ULT: Do not clear portamento target with new note. Modified: trunk/OpenMPT/soundlib/Load_ult.cpp Modified: trunk/OpenMPT/soundlib/Load_ult.cpp ============================================================================== --- trunk/OpenMPT/soundlib/Load_ult.cpp Sun May 26 00:31:50 2024 (r20851) +++ trunk/OpenMPT/soundlib/Load_ult.cpp Sun May 26 00:37:33 2024 (r20852) @@ -313,6 +313,7 @@ m_modFormat.charset = mpt::Charset::CP437; m_SongFlags = SONG_AUTO_TONEPORTA | SONG_ITCOMPATGXX | SONG_ITOLDEFFECTS; // this will be converted to IT format by MPT. + m_playBehaviour.reset(kITClearPortaTarget); // Read "messageLength" lines, each containing 32 characters. m_songMessage.ReadFixedLineLength(file, fileHeader.messageLength * 32, 32, 0); |