aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r--sky/sky.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index a7cc700d14..1890c74507 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -54,7 +54,7 @@ SkyState::SkyState(GameDetector *detector, OSystem *syst)
_game = detector->_gameId;
if (!_mixer->bindToSystem(syst))
- warning("Sound initialisation failed.");
+ warning("Sound initialisation failed.");
_mixer->setVolume(detector->_sfx_volume); //unnecessary?