comparison VideoPlayer.cpp @ 1018:9ac94d00012e

Merge
author Grumpy7
date Tue, 21 May 2013 02:24:31 +0200
parents c45d51b3f4f4 eac5af72b614
children 306ec23b37df
comparison
equal deleted inserted replaced
1017:af20650a052f 1018:9ac94d00012e
323 323
324 LoadFonts_and_DrawCopyrightWindow(); 324 LoadFonts_and_DrawCopyrightWindow();
325 325
326 pRenderer->EndScene(); 326 pRenderer->EndScene();
327 pRenderer->Present(); 327 pRenderer->Present();
328
329 #ifndef _DEBUG
330 Sleep(1500); // let the copyright window stay for a while
331 #endif
332
328 if (!bNoSound && pAudioPlayer->hAILRedbook ) 333 if (!bNoSound && pAudioPlayer->hAILRedbook )
329 { 334 {
330 pAudioPlayer->SetMusicVolume((signed __int64)(pSoundVolumeLevels[uMusicVolimeMultiplier] * 64.0)); 335 pAudioPlayer->SetMusicVolume((signed __int64)(pSoundVolumeLevels[uMusicVolimeMultiplier] * 64.0));
331 AIL_redbook_stop(pAudioPlayer->hAILRedbook); 336 AIL_redbook_stop(pAudioPlayer->hAILRedbook);
332 AIL_redbook_track_info(pAudioPlayer->hAILRedbook, 0xE, &uTrackStartMS, &uTrackEndMS); 337 AIL_redbook_track_info(pAudioPlayer->hAILRedbook, 0xE, &uTrackStartMS, &uTrackEndMS);