Skip to content

Commit abf079e

Browse files
committed
ignore theme transition for now
1 parent e68bb5a commit abf079e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

game/gamemusic.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ struct GameMusic::MusicProvider : Tempest::SoundProducer {
6969
const int cur = currTags & (Tags::Std | Tags::Fgt | Tags::Thr);
7070
const int next = nextTags & (Tags::Std | Tags::Fgt | Tags::Thr);
7171

72-
zenkit::MusicTransitionEffect embellishment = transtype;
72+
//zenkit::MusicTransitionEffect embellishment = transtype;
73+
zenkit::MusicTransitionEffect embellishment = zenkit::MusicTransitionEffect::NONE;
7374
if(next == Tags::Std) {
7475
if(cur != Tags::Std)
7576
embellishment = zenkit::MusicTransitionEffect::BREAK;

0 commit comments

Comments
 (0)