FULLPIPE: Fixed Sound::getVolume()

This commit is contained in:
Eugene Sandulenko 2014-04-26 21:45:41 +03:00
parent ecdda5acdf
commit 533b4accb2

View File

@ -148,9 +148,7 @@ void Sound::freeSound() {
}
int Sound::getVolume() {
warning("STUB: Sound::getVolume()");
return _volume;
return g_fp->_mixer->getChannelVolume(_handle) * 39; // 0..10000
}
void Sound::stop() {