Mercurial > mm7
comparison UI/Books/UINotesBooks.cpp @ 1429:c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
author | Ritor1 |
---|---|
date | Thu, 01 Aug 2013 17:51:16 +0600 |
parents | 38df78aba732 |
children | 8b4f4c723edd |
comparison
equal
deleted
inserted
replaced
1428:50d1412cd2c0 | 1429:c7489dd19f88 |
---|---|
635 v6 = achieved_awards[dword_506528]; | 635 v6 = achieved_awards[dword_506528]; |
636 BtnUp_flag = 0; | 636 BtnUp_flag = 0; |
637 num_achieved_awards = 0; | 637 num_achieved_awards = 0; |
638 //v7 = *pStorylineText->StoreLine[v6].pText;//*(&pStorylineText->field_0 + 3 * v6); | 638 //v7 = *pStorylineText->StoreLine[v6].pText;//*(&pStorylineText->field_0 + 3 * v6); |
639 v7 = (int)pStorylineText->StoreLine[v6].pText;//*(&pStorylineText->field_0 + 3 * v6); | 639 v7 = (int)pStorylineText->StoreLine[v6].pText;//*(&pStorylineText->field_0 + 3 * v6); |
640 v8 = BuildDialogueString( | 640 v8 = BuildDialogueString(pStorylineText->StoreLine[v6].pText, uActiveCharacter - 1, 0, 0, 0, (__int64 *)&pParty->field_3C._s_times[ v6 + 21]); |
641 pStorylineText->StoreLine[v6].pText, | |
642 uActiveCharacter - 1, | |
643 0, | |
644 0, | |
645 0, | |
646 (__int64 *)&pParty->field_3C._s_times[ v6 + 21]); | |
647 if ( v7 ) | 641 if ( v7 ) |
648 { | 642 { |
649 v9 = pAutonoteFont->_44C6C2(v8, &a1, 1u, (unsigned __int8)byte_5C6D50[dword_506528]); | 643 v9 = pAutonoteFont->_44C6C2(v8, &a1, 1u, (unsigned __int8)byte_5C6D50[dword_506528]); |
650 a1.DrawText(pAutonoteFont, 1, 0, ui_book_journal_text_color, (const char *)v9, 0, a1.uFrameY + a1.uFrameHeight, ui_book_journal_text_shadow); | 644 a1.DrawText(pAutonoteFont, 1, 0, ui_book_journal_text_color, (const char *)v9, 0, a1.uFrameY + a1.uFrameHeight, ui_book_journal_text_shadow); |
651 ++num_achieved_awards; | 645 ++num_achieved_awards; |