[Scummvm-git-logs] scummvm master -> f1fa5d982603334cd2bd77f26288bdfa92cf59bb

lephilousophe noreply at scummvm.org
Sun Apr 17 10:42:26 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f1fa5d9826 SCUMM: SMUSH: Fix AmigaOS4 build


Commit: f1fa5d982603334cd2bd77f26288bdfa92cf59bb
    https://github.com/scummvm/scummvm/commit/f1fa5d982603334cd2bd77f26288bdfa92cf59bb
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-04-17T12:42:07+02:00

Commit Message:
SCUMM: SMUSH: Fix AmigaOS4 build

Changed paths:
    engines/scumm/smush/smush_player.cpp


diff --git a/engines/scumm/smush/smush_player.cpp b/engines/scumm/smush/smush_player.cpp
index f3a51bcd390..593a4e18581 100644
--- a/engines/scumm/smush/smush_player.cpp
+++ b/engines/scumm/smush/smush_player.cpp
@@ -1779,7 +1779,7 @@ void SmushPlayer::processDispatches(int16 feedSize) {
 	}
 }
 
-bool SmushPlayer::processAudioCodes(int idx, int &tmpFeedSize, int &mixVolume) {
+bool SmushPlayer::processAudioCodes(int idx, int32 &tmpFeedSize, int &mixVolume) {
 	uint8 *code, *buf, subcode, value;
 	int chunk;
 




More information about the Scummvm-git-logs mailing list