diff options
author | D G Turner | 2011-05-31 12:06:14 +0100 |
---|---|---|
committer | D G Turner | 2011-05-31 12:06:14 +0100 |
commit | bea6858953dbcde1c6dc88345631f14d9b550ef8 (patch) | |
tree | 20257277299bcd152ae3dc26d16457bfb4ee4d23 /audio/softsynth/fmtowns_pc98 | |
parent | c30904b48a1320ccc73fabea616a60ac314bc9f6 (diff) | |
download | scummvm-rg350-bea6858953dbcde1c6dc88345631f14d9b550ef8.tar.gz scummvm-rg350-bea6858953dbcde1c6dc88345631f14d9b550ef8.tar.bz2 scummvm-rg350-bea6858953dbcde1c6dc88345631f14d9b550ef8.zip |
AUDIO: Fix GCC Compilation Warning in FM-Towns Softsynth.
Diffstat (limited to 'audio/softsynth/fmtowns_pc98')
-rw-r--r-- | audio/softsynth/fmtowns_pc98/towns_audio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/fmtowns_pc98/towns_audio.cpp b/audio/softsynth/fmtowns_pc98/towns_audio.cpp index efc9f9fb62..786e3ee1d2 100644 --- a/audio/softsynth/fmtowns_pc98/towns_audio.cpp +++ b/audio/softsynth/fmtowns_pc98/towns_audio.cpp @@ -1905,4 +1905,4 @@ void TownsAudioInterface::setSoundEffectVolume(int volume) { void TownsAudioInterface::setSoundEffectChanMask(int mask) { _intf->setSoundEffectChanMask(mask); -}
\ No newline at end of file +} |