Mercurial > mm7
diff UI/UIPopup.cpp @ 1602:96a1f5e0b6cd
Merge
author | Grumpy7 |
---|---|
date | Thu, 12 Sep 2013 09:55:20 +0200 |
parents | bb2378f58767 43d3536a20f7 |
children | 6faacde46271 |
line wrap: on
line diff
--- a/UI/UIPopup.cpp Thu Sep 12 09:53:41 2013 +0200 +++ b/UI/UIPopup.cpp Thu Sep 12 09:55:20 2013 +0200 @@ -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; }