aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorFlorian Kagerer2010-10-04 17:30:23 +0000
committerFlorian Kagerer2010-10-04 17:30:23 +0000
commit1161714d72efea6f283c166ed9492df9a6bbf755 (patch)
treec5a949b6a0684b700b9b898f1797894595ba45dc /sound
parent3185b9df424593fa8159734cc0267c825fa3ff8b (diff)
downloadscummvm-rg350-1161714d72efea6f283c166ed9492df9a6bbf755.tar.gz
scummvm-rg350-1161714d72efea6f283c166ed9492df9a6bbf755.tar.bz2
scummvm-rg350-1161714d72efea6f283c166ed9492df9a6bbf755.zip
FM-TOWNS AUDIO: minor fix
svn-id: r53017
Diffstat (limited to 'sound')
-rw-r--r--sound/softsynth/fmtowns_pc98/towns_audio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/fmtowns_pc98/towns_audio.cpp b/sound/softsynth/fmtowns_pc98/towns_audio.cpp
index 66a83f74ce..06da399fde 100644
--- a/sound/softsynth/fmtowns_pc98/towns_audio.cpp
+++ b/sound/softsynth/fmtowns_pc98/towns_audio.cpp
@@ -260,9 +260,9 @@ bool TownsAudioInterface::init() {
setVolumeChannelMasks(-1, 0);
+ _ready = true;
callback(0);
- _ready = true;
return true;
}