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

fracturehill noreply at scummvm.org
Wed Apr 19 12:32:54 UTC 2023


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:
f6878e59a2 NANCY: Fix build error


Commit: f6878e59a22960a5fd4d18d2f19896f186875e1a
    https://github.com/scummvm/scummvm/commit/f6878e59a22960a5fd4d18d2f19896f186875e1a
Author: Kaloyan Chehlarski (strahy at outlook.com)
Date: 2023-04-19T15:32:47+03:00

Commit Message:
NANCY: Fix build error

Changed paths:
    engines/nancy/sound.cpp


diff --git a/engines/nancy/sound.cpp b/engines/nancy/sound.cpp
index f155f58a07f..4cec07ddc46 100644
--- a/engines/nancy/sound.cpp
+++ b/engines/nancy/sound.cpp
@@ -189,7 +189,7 @@ bool readHISHeader(Common::SeekableReadStream *stream, SoundType &type, uint16 &
 	return true;
 }
 
-Audio::SeekableAudioStream *SoundManager::makeHISStream(Common::SeekableReadStream *stream, DisposeAfterUse::Flag disposeAfterUse, uint overrideSamplesPerSec) {
+Audio::SeekableAudioStream *SoundManager::makeHISStream(Common::SeekableReadStream *stream, DisposeAfterUse::Flag disposeAfterUse, uint32 overrideSamplesPerSec) {
 	char buf[22];
 
 	stream->read(buf, 22);




More information about the Scummvm-git-logs mailing list