Mercurial > mm7
comparison UI/UIGuilds.cpp @ 1747:cecb080929c4
Party_stru0 renamed to PartyTimeStruct, fixed its members, renamed Party::field_3C to Party::PartyTimes, started Player::SetVariable refactoring start
author | Grumpy7 |
---|---|
date | Mon, 30 Sep 2013 05:48:32 +0200 |
parents | ffef0fe0b59d |
children | 421c29d4ab3e |
comparison
equal
deleted
inserted
replaced
1738:ef86fc6d6a80 | 1747:cecb080929c4 |
---|---|
221 if ( dialog_menu_id != HOUSE_DIALOGUE_SHOP_BUY_STANDARD) | 221 if ( dialog_menu_id != HOUSE_DIALOGUE_SHOP_BUY_STANDARD) |
222 statusbar_string = pGlobalTXT_LocalizationStrings[196]; //"Select the Special Item to Buy" | 222 statusbar_string = pGlobalTXT_LocalizationStrings[196]; //"Select the Special Item to Buy" |
223 DrawTextAtStatusBar(statusbar_string, 0); | 223 DrawTextAtStatusBar(statusbar_string, 0); |
224 if ( !v8 ) | 224 if ( !v8 ) |
225 { | 225 { |
226 working_window.DrawCurrentTime(pParty->field_3C.Shops_next_generation_time[window_SpeakInHouse->par1C] - pParty->uTimePlayed);//"Приходите через 14 дней" | 226 working_window.DrawCurrentTime(pParty->PartyTimes.Shops_next_generation_time[window_SpeakInHouse->par1C] - pParty->uTimePlayed);//"Приходите через 14 дней" |
227 return; | 227 return; |
228 } | 228 } |
229 v12 = pMouse->GetCursorPos(&v51); | 229 v12 = pMouse->GetCursorPos(&v51); |
230 result = v12->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v50)->y]; | 230 result = v12->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v50)->y]; |
231 v13 = pRenderer->pActiveZBuffer[result] & 0xFFFF; | 231 v13 = pRenderer->pActiveZBuffer[result] & 0xFFFF; |