Open aur-r opened 1 month ago
There seems to be a typo that impedes playing background music. Replacing "find_file(musicfile)" with "musicfile" in sound.cpp at this line should restore background music.
Not sure why you think it should restore background music? find_file(musicfile) should always return musicfile if that file exists.
find_file(musicfile)
musicfile
There seems to be a typo that impedes playing background music. Replacing "find_file(musicfile)" with "musicfile" in sound.cpp at this line should restore background music.