Mercurial > mm7
comparison NPC.cpp @ 1589:f408fbf3d9cc
m
author | Ritor1 |
---|---|
date | Wed, 11 Sep 2013 09:23:41 +0600 |
parents | 61458df2cb4f |
children | 5792fdafe2f5 |
comparison
equal
deleted
inserted
replaced
1588:e6ac4919b22c | 1589:f408fbf3d9cc |
---|---|
1646 pDialogueWindow->Release(); | 1646 pDialogueWindow->Release(); |
1647 } | 1647 } |
1648 else | 1648 else |
1649 { | 1649 { |
1650 for ( i = 0; i < uNumDialogueNPCPortraits; ++i ) | 1650 for ( i = 0; i < uNumDialogueNPCPortraits; ++i ) |
1651 dword_5913F4[i]->Release(); | 1651 HouseNPCPortraitsButtonsList[i]->Release(); |
1652 } | 1652 } |
1653 pDialogueWindow = GUIWindow::Create(0, 0, 640, 0x159u, WINDOW_MainMenu, 0, 0); | 1653 pDialogueWindow = GUIWindow::Create(0, 0, 640, 0x159u, WINDOW_MainMenu, 0, 0); |
1654 pBtn_ExitCancel = pDialogueWindow->CreateButton( 471u, 445u, 169u, 35u, 1, 0, UIMSG_Escape, 0, 0, | 1654 pBtn_ExitCancel = pDialogueWindow->CreateButton( 471u, 445u, 169u, 35u, 1, 0, UIMSG_Escape, 0, 0, |
1655 pGlobalTXT_LocalizationStrings[74],// "End Conversation" | 1655 pGlobalTXT_LocalizationStrings[74],// "End Conversation" |
1656 pIcons_LOD->GetTexture(uExitCancelTextureId), 0); | 1656 pIcons_LOD->GetTexture(uExitCancelTextureId), 0); |