mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 08:55:45 +00:00
Fix copy/paste typo :)
svn-id: r4409
This commit is contained in:
parent
3a2996a106
commit
5d53a81662
@ -8382,9 +8382,9 @@ void SimonState::playVoice(uint voice) {
|
||||
uint32 samples_per_sec = 1000000L/(256L-(long)voc_block_hdr.tc);
|
||||
|
||||
byte *buffer = (byte*)malloc(size);
|
||||
fread(buffer, size, 1, _effects_file);
|
||||
fread(buffer, size, 1, _voice_file);
|
||||
|
||||
_mixer->play_raw(&_effects_sound, buffer, size, samples_per_sec,
|
||||
_mixer->play_raw(&_voice_sound, buffer, size, samples_per_sec,
|
||||
SoundMixer::FLAG_UNSIGNED);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user