AGI: Fix type mismatch (see bug #3311198)

This commit is contained in:
Max Horn 2011-06-03 23:17:17 +02:00
parent 54a3e3aa51
commit 5faa7e3a53

View File

@ -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)