aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
authorMax Horn2003-03-12 16:54:30 +0000
committerMax Horn2003-03-12 16:54:30 +0000
commit31c94024dc97126ba88c2e6682c2eb9e10519821 (patch)
treec90536d8dc332a0174777d3c269aeb9209d04088 /sky/sky.cpp
parente5cdc67448fe67e2d4aba7d53708d3a5d9592772 (diff)
downloadscummvm-rg350-31c94024dc97126ba88c2e6682c2eb9e10519821.tar.gz
scummvm-rg350-31c94024dc97126ba88c2e6682c2eb9e10519821.tar.bz2
scummvm-rg350-31c94024dc97126ba88c2e6682c2eb9e10519821.zip
cleanup
svn-id: r6800
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?