diff options
Diffstat (limited to 'sword2/driver')
-rw-r--r-- | sword2/driver/d_sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/d_sound.cpp b/sword2/driver/d_sound.cpp index 3ccc98ee7d..15c8744704 100644 --- a/sword2/driver/d_sound.cpp +++ b/sword2/driver/d_sound.cpp @@ -1712,7 +1712,7 @@ void Sword2Sound::SetFxVolume(uint8 volume) void Sword2Sound::MuteFx(uint8 mute) { - warning("stub MuteFx( %d )"); + warning("stub MuteFx( %d )", mute); /* int32 fxi; |