X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=4c9c56e8f81825e57bebbd3e92dd0f3bb6c3adaa;hp=d63944fa4acd4bd6c9437a917624103ee9b6a406;hb=39fb4fecfb8d4647d3563bdb18ce0065f6129522;hpb=b7fe72dcb4068a6d989231654382bd457209509c diff --git a/src/game.c b/src/game.c index d63944fa..4c9c56e8 100644 --- a/src/game.c +++ b/src/game.c @@ -3337,8 +3337,7 @@ void InitGame() ExpireSoundLoops(TRUE); - if (!level_editor_test_game) - FadeOut(fade_mask); + FadeOut(fade_mask); /* needed if different viewport properties defined for playing */ ChangeViewportPropertiesIfNeeded(); @@ -14595,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)