Mercurial > mm7
comparison UIPopup.cpp @ 907:f3ccfc765502
RentRoom
author | Ritor1 |
---|---|
date | Sun, 21 Apr 2013 19:22:42 +0600 |
parents | 4dc2252e0b03 |
children | a78f08dbeb88 |
comparison
equal
deleted
inserted
replaced
906:23655ae9cd18 | 907:f3ccfc765502 |
---|---|
2142 if ( dword_507B00_spell_info_to_draw_in_popup ) | 2142 if ( dword_507B00_spell_info_to_draw_in_popup ) |
2143 DrawSpellDescriptionPopup(dword_507B00_spell_info_to_draw_in_popup - 1); | 2143 DrawSpellDescriptionPopup(dword_507B00_spell_info_to_draw_in_popup - 1); |
2144 break; | 2144 break; |
2145 } | 2145 } |
2146 case SCREEN_HOUSE: | 2146 case SCREEN_HOUSE: |
2147 { | 2147 { |
2148 if ( (signed int)pY < 345 && (signed int)pX < 469 ) | 2148 if ( (signed int)pY < 345 && (signed int)pX < 469 ) |
2149 sub_4B1A2D();//identify item in inventory | 2149 ShowPopupShopItem(); |
2150 break; | 2150 break; |
2151 } | 2151 } |
2152 | |
2153 case SCREEN_PARTY_CREATION: | 2152 case SCREEN_PARTY_CREATION: |
2154 { | 2153 { |
2155 pWindow.Hint = 0; | 2154 pWindow.Hint = 0; |
2156 pStr = 0; | 2155 pStr = 0; |
2157 for ( pButton = pGUIWindow_CurrentMenu->pControlsHead; pButton; pButton = pButton->pNext) | 2156 for ( pButton = pGUIWindow_CurrentMenu->pControlsHead; pButton; pButton = pButton->pNext) |