zenorogue / hyperrogue

A SDL roguelike in a non-euclidean world
GNU General Public License v2.0
581 stars 73 forks source link

Background music not playing #390

Open aur-r opened 1 month ago

aur-r commented 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.

zenorogue commented 3 weeks ago

Not sure why you think it should restore background music? find_file(musicfile) should always return musicfile if that file exists.