Mercurial > mm7
comparison GUIWindow.cpp @ 898:10fa7dad1391
DrawPaperdoll clean
author | Ritor1 |
---|---|
date | Mon, 15 Apr 2013 16:36:56 +0600 |
parents | 231523a39203 |
children | 8cd0b155bebe |
comparison
equal
deleted
inserted
replaced
897:d3228f46ef68 | 898:10fa7dad1391 |
---|---|
1993 pWindow->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0, 2, 94, UIMSG_SelectCharacter, 3u, 0x33u, "", 0); | 1993 pWindow->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0, 2, 94, UIMSG_SelectCharacter, 3u, 0x33u, "", 0); |
1994 pWindow->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0, 2, 94, UIMSG_SelectCharacter, 4u, 0x34u, "", 0); | 1994 pWindow->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0, 2, 94, UIMSG_SelectCharacter, 4u, 0x34u, "", 0); |
1995 pWindow->CreateButton(0, 0, 0, 0, 1, 0, UIMSG_CycleCharacters, 0, 9u, "", 0); | 1995 pWindow->CreateButton(0, 0, 0, 0, 1, 0, UIMSG_CycleCharacters, 0, 9u, "", 0); |
1996 return pWindow; | 1996 return pWindow; |
1997 } | 1997 } |
1998 if (eWindowType == WINDOW_1F) | 1998 if (eWindowType == WINDOW_CastSpell_InInventory) |
1999 { | 1999 { |
2000 pMouse->SetCursorBitmap("MICON2"); | 2000 pMouse->SetCursorBitmap("MICON2"); |
2001 pBtn_ExitCancel = pWindow->CreateButton(0x188u, 0x13Eu, 0x4Bu, 0x21u, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[34],//Отмена | 2001 pBtn_ExitCancel = pWindow->CreateButton(0x188u, 0x13Eu, 0x4Bu, 0x21u, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[34],//Отмена |
2002 (Texture *)(uTextureID_BUTTDESC2 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_BUTTDESC2] : 0), 0); | 2002 (Texture *)(uTextureID_BUTTDESC2 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_BUTTDESC2] : 0), 0); |
2003 ShowStatusBarString(pGlobalTXT_LocalizationStrings[39], 2);//Выбрать цель | 2003 ShowStatusBarString(pGlobalTXT_LocalizationStrings[39], 2);//Выбрать цель |