diff options
Diffstat (limited to 'sword2/resman.cpp')
-rw-r--r-- | sword2/resman.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/resman.cpp b/sword2/resman.cpp index ad1292ea38..099e218721 100644 --- a/sword2/resman.cpp +++ b/sword2/resman.cpp @@ -863,11 +863,11 @@ void ResourceManager::killAllObjects(bool wantInfo) { void ResourceManager::getCd(int cd) { byte *textRes; - // stop any music from playing - so the system no longer needs the + // Stop any music from playing - so the system no longer needs the // current CD - otherwise when we take out the CD, Windows will // complain! - _vm->_logic->fnStopMusic(NULL); + _vm->_sound->stopMusic(true); textRes = openResource(2283); _vm->displayMsg(_vm->fetchTextLine(textRes, 5 + cd) + 2, 0); |