mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
FULLPIPE: Fixed Sound::getVolume()
This commit is contained in:
parent
ecdda5acdf
commit
533b4accb2
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user