comparison mm7_6.cpp @ 13:c941f63cdbfc

Слияние
author Ritor1
date Wed, 16 Jan 2013 18:38:45 +0600
parents 66319a734368
children fe0d9a98213f
comparison
equal deleted inserted replaced
12:144f4815e63a 13:c941f63cdbfc
8850 pRenderer->DrawTextureTransparent(pBtn_YES->uX, pBtn_YES->uY, pBtn_YES->pTextures[0]); 8850 pRenderer->DrawTextureTransparent(pBtn_YES->uX, pBtn_YES->uY, pBtn_YES->pTextures[0]);
8851 pRenderer->Present(); 8851 pRenderer->Present();
8852 } 8852 }
8853 8853
8854 //----- (0042FC15) -------------------------------------------------------- 8854 //----- (0042FC15) --------------------------------------------------------
8855 void __cdecl sub_42FC15() 8855 void __cdecl CloseWindowBackground()
8856 { 8856 {
8857 pAudioPlayer->PlaySound((SoundID)75, -2, 0, -1, 0, 0, 0, 0); 8857 pAudioPlayer->PlaySound((SoundID)75, -2, 0, -1, 0, 0, 0, 0);
8858 pRenderer->DrawTextureTransparent(pBtn_ExitCancel->uX, pBtn_ExitCancel->uY, pBtn_ExitCancel->pTextures[0]); 8858 pRenderer->DrawTextureTransparent(pBtn_ExitCancel->uX, pBtn_ExitCancel->uY, pBtn_ExitCancel->pTextures[0]);
8859 pRenderer->Present(); 8859 pRenderer->Present();
8860 } 8860 }