diff GUIWindow.cpp @ 987:9e132060ada3

UIMSG_CHEST_ClickItem
author Ritor1
date Sun, 12 May 2013 18:11:21 +0600
parents d982fffb8b96
children 3431f6abc786 bdbbdfa77ea6
line wrap: on
line diff
--- a/GUIWindow.cpp	Sun May 12 09:38:30 2013 +0600
+++ b/GUIWindow.cpp	Sun May 12 18:11:21 2013 +0600
@@ -1160,7 +1160,7 @@
           GuildDialog();
           break;
         case BildingType_18:
-          __debugbreak; //What over the dialog?
+          __debugbreak(); //What over the dialog?
           sub_4B6478();
           break;
         case BildingType_TownHall:
@@ -1185,7 +1185,7 @@
           JailDialog();
           break;
         default:
-          __debugbreak;//New BildingType
+          __debugbreak();//New BildingType
           break;
       }
   }
@@ -1866,7 +1866,7 @@
         case WINDOW_ChangeLocation:
           pMainScreenNum = pCurrentScreen;
           pCurrentScreen = SCREEN_CHANGE_LOCATION;
-          pBtn_ExitCancel = pWindow->CreateButton(                  566,                   445,  75,  33, 1, 0, UIMSG_5B,             0, 'N', pGlobalTXT_LocalizationStrings[156], pIcons_LOD->GetTexture(uTextureID_BUTTDESC2), 0);//Остаться в этой области
+          pBtn_ExitCancel = pWindow->CreateButton(                  566,                   445,  75,  33, 1, 0, UIMSG_CHANGE_LOCATION_ClickCencelBtn, 0, 'N', pGlobalTXT_LocalizationStrings[156], pIcons_LOD->GetTexture(uTextureID_BUTTDESC2), 0);//Остаться в этой области
           pBtn_YES        = pWindow->CreateButton(                  486,                   445,  75,  33, 1, 0, UIMSG_OnTravelByFoot, 0, 'Y', pWindow->Hint, pIcons_LOD->GetTexture(uTextureID_BUTTYES2), 0);
                             pWindow->CreateButton(pNPCPortraits_x[0][0], pNPCPortraits_y[0][0],  63,  73, 1, 0, UIMSG_OnTravelByFoot, 1, ' ', pWindow->Hint, 0, 0, 0);
                             pWindow->CreateButton(                    8,                     8, 460, 344, 1, 0, UIMSG_OnTravelByFoot, 1,   0, pWindow->Hint, 0);