Olivier
Results
2
issues of
Olivier
mingw-w64-x86_64-toolchain is now installing gcc 15 instead of gcc 14 in the windows package workflow, resulting in errors during build.
needinfo
build-failure
There's this line in songs.cpp: ``` if (Song_playing >= song_number::first_level_song) return; ``` This seems to always execute? I never get music when I choose jukebox->continuous. When I switch in a...