diff --git a/source/Conductor.hx b/source/Conductor.hx index e05330b..e5f3b91 100644 --- a/source/Conductor.hx +++ b/source/Conductor.hx @@ -48,6 +48,7 @@ class Conductor public static function mapBPMChanges(?song:SwagSong) { bpmChangeMap = []; + bpmChangeMapSteps = []; offset = 0; if(song == null) return; offset = song.offset; diff --git a/source/PlayState.hx b/source/PlayState.hx index 1e71713..6e49602 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -1709,7 +1709,7 @@ class PlayState extends ScriptMusicBeatState // if ( ){ // if(SONG.needsVoices) trace("Song needs voices but none found! Automatically disabled"); - SONG.needsVoices = (vocals == null); + SONG.needsVoices = (vocals != null); vocals = vocals ?? new FlxSound(); vocals.looped = false; FlxG.sound.list.add(vocals); diff --git a/version.downloadMe b/version.downloadMe index c54dc3c..208f11c 100644 --- a/version.downloadMe +++ b/version.downloadMe @@ -1,4 +1,4 @@ -24.01.31.1835; +24.01.31.2157; * Change how bg bouncing works in MultiMenuState * BPM change maps now work in all states * Work on hosting and stuff(Not released yet due to lack of motivation :sob:)