mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 15:41:24 +02:00
- turn off music playing while game is loading
This commit is contained in:
@@ -357,6 +357,9 @@ void Game::load(LoadGameItem loadTypes) {
|
||||
|
||||
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d] loadTypes = %d, gameSettings = [%s]\n",__FILE__,__FUNCTION__,__LINE__,loadTypes,this->gameSettings.toString().c_str());
|
||||
|
||||
SoundRenderer &soundRenderer= SoundRenderer::getInstance();
|
||||
soundRenderer.stopAllSounds();
|
||||
|
||||
Config &config = Config::getInstance();
|
||||
Logger &logger= Logger::getInstance();
|
||||
|
||||
|
Reference in New Issue
Block a user