mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Fix warning C4715 in Music Control.cpp (#351)
This commit is contained in:
@@ -234,7 +234,7 @@ BOOLEAN MusicPlay(NewMusicList mode, UINT8 songIndex)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
MusicPlay(MusicLists[mode][songIndex]);
|
||||
return MusicPlay(MusicLists[mode][songIndex]);
|
||||
}
|
||||
|
||||
//********************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user