hyperrogue
hyperrogue copied to clipboard
Background music not playing
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.