comparison VideoPlayer.cpp @ 1004:eac5af72b614

UI cleans
author Nomad
date Thu, 16 May 2013 15:14:58 +0200
parents 10fa7dad1391
children 9ac94d00012e
comparison
equal deleted inserted replaced
1003:9318dd3f3711 1004:eac5af72b614
320 320
321 LoadFonts_and_DrawCopyrightWindow(); 321 LoadFonts_and_DrawCopyrightWindow();
322 322
323 pRenderer->EndScene(); 323 pRenderer->EndScene();
324 pRenderer->Present(); 324 pRenderer->Present();
325
326 #ifndef _DEBUG
327 Sleep(1500); // let the copyright window stay for a while
328 #endif
329
325 if (!bNoSound && pAudioPlayer->hAILRedbook ) 330 if (!bNoSound && pAudioPlayer->hAILRedbook )
326 { 331 {
327 pAudioPlayer->SetMusicVolume((signed __int64)(pSoundVolumeLevels[uMusicVolimeMultiplier] * 64.0)); 332 pAudioPlayer->SetMusicVolume((signed __int64)(pSoundVolumeLevels[uMusicVolimeMultiplier] * 64.0));
328 AIL_redbook_stop(pAudioPlayer->hAILRedbook); 333 AIL_redbook_stop(pAudioPlayer->hAILRedbook);
329 AIL_redbook_track_info(pAudioPlayer->hAILRedbook, 0xE, &uTrackStartMS, &uTrackEndMS); 334 AIL_redbook_track_info(pAudioPlayer->hAILRedbook, 0xE, &uTrackStartMS, &uTrackEndMS);