aboutsummaryrefslogtreecommitdiff
path: root/sword1
diff options
context:
space:
mode:
Diffstat (limited to 'sword1')
-rw-r--r--sword1/sword1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp
index 783ecf7558..36d7522edd 100644
--- a/sword1/sword1.cpp
+++ b/sword1/sword1.cpp
@@ -89,7 +89,7 @@ SwordEngine::SwordEngine(GameDetector *detector, OSystem *syst)
_system = syst;
_debugLevel = ConfMan.getInt("debuglevel");
- if (!_mixer->bindToSystem(syst))
+ if (!_mixer->isReady())
warning("Sound initialization failed");
}