aboutsummaryrefslogtreecommitdiff
path: root/queen
diff options
context:
space:
mode:
authorJoost Peters2005-02-23 17:21:32 +0000
committerJoost Peters2005-02-23 17:21:32 +0000
commita33f973be89f163e3dcf3967571a52bc0b86276b (patch)
treed035e829d7893089b9c44a3c65749d16bd9076e8 /queen
parent5ae4dde2fb905b797e7ad0b775f994e3c9627f96 (diff)
downloadscummvm-rg350-a33f973be89f163e3dcf3967571a52bc0b86276b.tar.gz
scummvm-rg350-a33f973be89f163e3dcf3967571a52bc0b86276b.tar.bz2
scummvm-rg350-a33f973be89f163e3dcf3967571a52bc0b86276b.zip
fix typo
warning() appends a '!', so remove the trailing '.' svn-id: r16883
Diffstat (limited to 'queen')
-rw-r--r--queen/queen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/queen.cpp b/queen/queen.cpp
index 450d762a10..ad0cdbe1fc 100644
--- a/queen/queen.cpp
+++ b/queen/queen.cpp
@@ -359,7 +359,7 @@ int QueenEngine::init(GameDetector &detector) {
}
if (!_mixer->isReady())
- warning("Sound initialisation failed.");
+ warning("Sound initialisation failed");
_mixer->setVolumeForSoundType(SoundMixer::kSFXAudioDataType, ConfMan.getInt("sfx_volume"));
// Set mixer music volume to maximum, since music volume is regulated by MusicPlayer's MIDI messages
_mixer->setVolumeForSoundType(SoundMixer::kMusicAudioDataType, SoundMixer::kMaxMixerVolume);