comparison UI/UIGuilds.cpp @ 1529:61458df2cb4f

bountyHunting fix
author Ritor1
date Fri, 06 Sep 2013 16:42:23 +0600
parents f47eab1a70d8
children 9f8b3e904e14
comparison
equal deleted inserted replaced
1526:f47eab1a70d8 1529:61458df2cb4f
158 if ( dialog_menu_id != HOUSE_DIALOGUE_SHOP_BUY_STANDARD) 158 if ( dialog_menu_id != HOUSE_DIALOGUE_SHOP_BUY_STANDARD)
159 statusbar_string = pGlobalTXT_LocalizationStrings[196]; //"Select the Special Item to Buy" 159 statusbar_string = pGlobalTXT_LocalizationStrings[196]; //"Select the Special Item to Buy"
160 DrawTextAtStatusBar(statusbar_string, 0); 160 DrawTextAtStatusBar(statusbar_string, 0);
161 if ( !v8 ) 161 if ( !v8 )
162 { 162 {
163 working_window.DrawCurrentTime(pParty->field_3C.field_50[window_SpeakInHouse->par1C] - pParty->uTimePlayed);//"Приходите через 14 дней" 163 working_window.DrawCurrentTime(pParty->field_3C.Shops_next_generation_time[window_SpeakInHouse->par1C] - pParty->uTimePlayed);//"Приходите через 14 дней"
164 return; 164 return;
165 } 165 }
166 v12 = pMouse->GetCursorPos(&v51); 166 v12 = pMouse->GetCursorPos(&v51);
167 result = v12->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v50)->y]; 167 result = v12->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v50)->y];
168 v13 = pRenderer->pActiveZBuffer[result] & 0xFFFF; 168 v13 = pRenderer->pActiveZBuffer[result] & 0xFFFF;