Bug : Fix wrong == to !=

This commit is contained in:
Gabriel Ravier 2019-11-06 20:21:56 +01:00
parent bae879e3b5
commit 401a8f0d42

View file

@ -252,7 +252,7 @@ MusicID gMusicNo;
void ChangeMusic(MusicID no)
{
if (no == MUS_SILENCE && no == gMusicNo)
if (no != MUS_SILENCE && no == gMusicNo)
return;
//Stop and keep track of old song