We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8723e commit 56d5139Copy full SHA for 56d5139
1 file changed
scripts/load_song/load_song.gml
@@ -146,6 +146,9 @@ function load_song() {
146
text_laststr[400 + b] = "-"
147
if song_nbs_version >= 4 && string_count("format4beta", filename_name(fn)) != 1 {
148
layerlock[b] = buffer_read_byte()
149
+ if (layerlock[b] == 2) {
150
+ solostr += "|" + string(b) + "|"
151
+ }
152
}
153
else layerlock[b] = 0
154
layervol[b] = buffer_read_byte()
0 commit comments