diff --git a/deploy/DMX.exe b/deploy/DMX.exe index 1f47ebe..7e1bd50 100644 Binary files a/deploy/DMX.exe and b/deploy/DMX.exe differ diff --git a/src/source/songwheelMode.cpp b/src/source/songwheelMode.cpp index 8ebdcc1..9c5194a 100644 --- a/src/source/songwheelMode.cpp +++ b/src/source/songwheelMode.cpp @@ -193,12 +193,12 @@ bool isSongAvailable(int index) } } - if ( (gs.isDoubles && songs[index].mildDouble == 0 && songs[index].wildDouble == 0) || (!gs.isDoubles && songs[index].mildSingle == 0 && songs[index].mildSingle == 0) ) + if ( (gs.isDoubles && songs[index].mildDouble == 0 && songs[index].wildDouble == 0) || (!gs.isDoubles && songs[index].mildSingle == 0 && songs[index].wildSingle == 0) ) { return false; } - return songs[index].version != 0 && (earnedIt || allsongsDebug); + return songs[index].version != 0 && songs[index].version < 100 && (earnedIt || allsongsDebug); } void killPreviewClip()