AUDIO: Fix warning

This commit is contained in:
Willem Jan Palenstijn
2011-05-17 21:24:00 +02:00
parent 72acac58b6
commit d2d002bcc2
+1 -1
View File
@@ -1873,4 +1873,4 @@ void TownsAudioInterface::setSoundEffectVolume(int volume) {
void TownsAudioInterface::setSoundEffectChanMask(int mask) {
_intf->setSoundEffectChanMask(mask);
}
}