mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Fix warning about unused variable.
svn-id: r41005
This commit is contained in:
parent
975d823174
commit
f4b15bb87f
@ -1002,7 +1002,7 @@ reg_t kDoAudio(EngineState *s, int funct_nr, int argc, reg_t *argv) {
|
||||
if (audioStream)
|
||||
mixer->playInputStream(Audio::Mixer::kSpeechSoundType, s->_sound._audioResource->getAudioHandle(), audioStream);
|
||||
} else if (argc == 6) { // SQ4CD or newer
|
||||
uint32 volume = UKPV(1);
|
||||
//uint32 volume = UKPV(1);
|
||||
// Make a BE number
|
||||
uint32 audioNumber = (((UKPV(2) & 0xFF) << 24) & 0xFF000000) |
|
||||
(((UKPV(3) & 0xFF) << 16) & 0x00FF0000) |
|
||||
|
Loading…
Reference in New Issue
Block a user