Chnged: Sign comparison warning

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent c240c45514
commit e7d1710747

@ -116,7 +116,7 @@ void CMusicPlayer::play (sint index)
if(!SoundMngr) if(!SoundMngr)
return; return;
if (index >= 0 && index < _Songs.size()) if (index >= 0 && index < (sint)_Songs.size())
{ {
if (_State == Paused) if (_State == Paused)
stop(); stop();

Loading…
Cancel
Save