mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 07:23:05 +00:00
AGI: Fix type mismatch (see bug #3311198)
This commit is contained in:
parent
54a3e3aa51
commit
5faa7e3a53
@ -135,7 +135,7 @@ void SoundGen2GS::stop() {
|
||||
* Fill output buffer by advancing the generators for a 1/60th of a second.
|
||||
* @return Number of generated samples
|
||||
*/
|
||||
uint32 SoundGen2GS::generateOutput() {
|
||||
uint SoundGen2GS::generateOutput() {
|
||||
memset(_out, 0, _outSize * 2 * 2);
|
||||
|
||||
if (!_playing || _playingSound == -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user