X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=4c9c56e8f81825e57bebbd3e92dd0f3bb6c3adaa;hp=965e42308c307329d1b6b7a7c0e9c3599d455a81;hb=39fb4fecfb8d4647d3563bdb18ce0065f6129522;hpb=d643b3820fbeb5d3c8a731dbdad2785047cb3bb2 diff --git a/src/game.c b/src/game.c index 965e4230..4c9c56e8 100644 --- a/src/game.c +++ b/src/game.c @@ -14594,7 +14594,7 @@ static void PlayLevelMusic() char *next_music = getMusicInfoEntryFilename(music_nr); if (!strEqual(curr_music, next_music)) - PlayMusic(music_nr); + PlayMusicLoop(music_nr); } void PlayLevelSound_EM(int xx, int yy, int element_em, int sample)