[Scummvm-cvs-logs] scummvm master -> d2d002bcc2b830176d29459df7045d4ceb00a7bd
wjp
wjp at usecode.org
Tue May 17 21:25:41 CEST 2011
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:
d2d002bcc2 AUDIO: Fix warning
Commit: d2d002bcc2b830176d29459df7045d4ceb00a7bd
https://github.com/scummvm/scummvm/commit/d2d002bcc2b830176d29459df7045d4ceb00a7bd
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-05-17T12:24:00-07:00
Commit Message:
AUDIO: Fix warning
Changed paths:
audio/softsynth/fmtowns_pc98/towns_audio.cpp
diff --git a/audio/softsynth/fmtowns_pc98/towns_audio.cpp b/audio/softsynth/fmtowns_pc98/towns_audio.cpp
index dd9bf61..719bc98 100644
--- a/audio/softsynth/fmtowns_pc98/towns_audio.cpp
+++ b/audio/softsynth/fmtowns_pc98/towns_audio.cpp
@@ -1873,4 +1873,4 @@ void TownsAudioInterface::setSoundEffectVolume(int volume) {
void TownsAudioInterface::setSoundEffectChanMask(int mask) {
_intf->setSoundEffectChanMask(mask);
-}
\ No newline at end of file
+}
More information about the Scummvm-git-logs
mailing list