Mercurial > mm7
diff OSWindow.cpp @ 2104:9574c5bfb96f
UpdateSounds()
author | Ritor1 |
---|---|
date | Wed, 18 Dec 2013 17:33:04 +0600 |
parents | 259df09dfb50 |
children | 49de109bbab5 |
line wrap: on
line diff
--- a/OSWindow.cpp Tue Dec 17 23:11:49 2013 +0600 +++ b/OSWindow.cpp Wed Dec 18 17:33:04 2013 +0600 @@ -331,7 +331,7 @@ else pMiscTimer->Pause(); - pAudioPlayer->StopChannels(-1, -1); + pAudioPlayer->StopChannels(-1, -1);//приостановка воспроизведения звуков при неактивном окне игры if ( pAudioPlayer->hAILRedbook ) AIL_redbook_pause(pAudioPlayer->hAILRedbook); }