comparison UI/UIGuilds.cpp @ 2460:1921b140607a

VK_CONTROL
author Ritor1
date Thu, 31 Jul 2014 13:18:42 +0600
parents f4af3b203f65
children 104fdbea0386
comparison
equal deleted inserted replaced
2459:e5c88c2b02ab 2460:1921b140607a
187 for ( uint i = 0; i < 12; ++i ) 187 for ( uint i = 0; i < 12; ++i )
188 { 188 {
189 if ( pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C - 139][i].uItemID > 0 ) 189 if ( pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C - 139][i].uItemID > 0 )
190 ++v8; 190 ++v8;
191 } 191 }
192 GetAsyncKeyState(17); 192 GetAsyncKeyState(VK_CONTROL);
193 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[195], 0);//"Select the Item to Buy" 193 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[195], 0);//"Select the Item to Buy"
194 if ( !v8 ) 194 if ( !v8 )
195 { 195 {
196 working_window.DrawShops_next_generation_time_string(pParty->PartyTimes.Shops_next_generation_time[window_SpeakInHouse->par1C - 139] - pParty->uTimePlayed);//"Приходите через 14 дней" 196 working_window.DrawShops_next_generation_time_string(pParty->PartyTimes.Shops_next_generation_time[window_SpeakInHouse->par1C - 139] - pParty->uTimePlayed);//"Приходите через 14 дней"
197 return; 197 return;