diff UI/UIPopup.cpp @ 1581:a5fdf6cf8d74

Слияние
author Ritor1
date Tue, 10 Sep 2013 23:45:55 +0600
parents 43d3536a20f7
children 96a1f5e0b6cd
line wrap: on
line diff
--- a/UI/UIPopup.cpp	Tue Sep 10 23:42:03 2013 +0600
+++ b/UI/UIPopup.cpp	Tue Sep 10 23:45:55 2013 +0600
@@ -1929,7 +1929,7 @@
             {
         case SCREEN_CASTING:
             {
-            identify_item();
+            OnInventoryItemRightClick();
             break;
             }
 
@@ -2097,7 +2097,7 @@
             {
             if ( (signed int)pX > 467 && pCurrentScreen != SCREEN_E )
                 {
-                identify_item();
+                OnInventoryItemRightClick();
                 }
             else if ( (signed int)pY >= 345 )
                 break;
@@ -2112,7 +2112,7 @@
             else
               {
                 if ( pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] == 103 )//2DEvent - CharacerScreenInventory
-                  identify_item();
+                  OnInventoryItemRightClick();
               }
             break;
             }