Mercurial > mm7
diff VideoPlayer.cpp @ 1018:9ac94d00012e
Merge
author | Grumpy7 |
---|---|
date | Tue, 21 May 2013 02:24:31 +0200 |
parents | c45d51b3f4f4 eac5af72b614 |
children | 306ec23b37df |
line wrap: on
line diff
--- a/VideoPlayer.cpp Sun May 19 20:41:19 2013 +0200 +++ b/VideoPlayer.cpp Tue May 21 02:24:31 2013 +0200 @@ -325,6 +325,11 @@ pRenderer->EndScene(); pRenderer->Present(); + + #ifndef _DEBUG + Sleep(1500); // let the copyright window stay for a while + #endif + if (!bNoSound && pAudioPlayer->hAILRedbook ) { pAudioPlayer->SetMusicVolume((signed __int64)(pSoundVolumeLevels[uMusicVolimeMultiplier] * 64.0));