Fix warning C4715 in Music Control.cpp (#351)

This commit is contained in:
momoko-h
2024-12-10 17:15:21 +02:00
committed by GitHub
parent 98cdffe5fd
commit 87f51f0f6e
+1 -1
View File
@@ -234,7 +234,7 @@ BOOLEAN MusicPlay(NewMusicList mode, UINT8 songIndex)
return FALSE;
}
MusicPlay(MusicLists[mode][songIndex]);
return MusicPlay(MusicLists[mode][songIndex]);
}
//********************************************************************************