diff options
author | Max Horn | 2010-04-17 23:19:52 +0000 |
---|---|---|
committer | Max Horn | 2010-04-17 23:19:52 +0000 |
commit | bb26c040530f4ea212e17716702963a88165a3b0 (patch) | |
tree | 815b162100e9178b7f27a2f836bc019b4ce1ce02 /sound | |
parent | aaa6e7ee541fc8d149ffc536e9ff6a015b40d179 (diff) | |
download | scummvm-rg350-bb26c040530f4ea212e17716702963a88165a3b0.tar.gz scummvm-rg350-bb26c040530f4ea212e17716702963a88165a3b0.tar.bz2 scummvm-rg350-bb26c040530f4ea212e17716702963a88165a3b0.zip |
Fixing some warnings (with gcc 3.3.6)
svn-id: r48694
Diffstat (limited to 'sound')
-rw-r--r-- | sound/softsynth/opl/dbopl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/opl/dbopl.cpp b/sound/softsynth/opl/dbopl.cpp index fffa33fe60..db07eaf8cc 100644 --- a/sound/softsynth/opl/dbopl.cpp +++ b/sound/softsynth/opl/dbopl.cpp @@ -586,7 +586,7 @@ INLINE Bits Operator::GetWave( Bitu index, Bitu vol ) { #endif } -Bits INLINE Operator::GetSample( Bits modulation ) { +INLINE Bits Operator::GetSample( Bits modulation ) { Bitu vol = ForwardVolume(); if ( ENV_SILENT( vol ) ) { //Simply forward the wave |