aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/opl/dbopl.cpp
diff options
context:
space:
mode:
authorMax Horn2010-04-17 23:19:52 +0000
committerMax Horn2010-04-17 23:19:52 +0000
commitbb26c040530f4ea212e17716702963a88165a3b0 (patch)
tree815b162100e9178b7f27a2f836bc019b4ce1ce02 /sound/softsynth/opl/dbopl.cpp
parentaaa6e7ee541fc8d149ffc536e9ff6a015b40d179 (diff)
downloadscummvm-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/softsynth/opl/dbopl.cpp')
-rw-r--r--sound/softsynth/opl/dbopl.cpp2
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