Mercurial > mm7
comparison Player.cpp @ 1455:bfe342ae0c1f
DrawPaperdoll cleaning
author | Ritor1 |
---|---|
date | Fri, 09 Aug 2013 17:30:33 +0600 |
parents | dfc9484ed94c |
children | 934074e7fcc1 ff2118028c71 |
comparison
equal
deleted
inserted
replaced
1454:7d3bed7772cb | 1455:bfe342ae0c1f |
---|---|
7045 } | 7045 } |
7046 if ( var_type <= VAR_ReputationInCurrentLocation | 7046 if ( var_type <= VAR_ReputationInCurrentLocation |
7047 || var_type > VAR_History_28 | 7047 || var_type > VAR_History_28 |
7048 || (v22 = var_type - 276, pParty->field_3C.field_4F0[2 * v22 + 1] | pParty->field_3C.field_4F0[2 * v22]) | 7048 || (v22 = var_type - 276, pParty->field_3C.field_4F0[2 * v22 + 1] | pParty->field_3C.field_4F0[2 * v22]) |
7049 || (pParty->field_3C.field_4F0[2 * (var_type - 276)] = LODWORD(pParty->uTimePlayed), | 7049 || (pParty->field_3C.field_4F0[2 * (var_type - 276)] = LODWORD(pParty->uTimePlayed), |
7050 v23 = pStorylineText->StoreLine[v22].pText==0,//*(&pStorylineText->field_0 + 3 * v22) == 0, | 7050 v23 = pStorylineText->StoreLine[v22].pText == 0,//*(&pStorylineText->field_0 + 3 * v22) == 0, |
7051 pParty->field_3C.field_4F0[2 * (var_type - 276) + 1] = HIDWORD(pParty->uTimePlayed), | 7051 pParty->field_3C.field_4F0[2 * (var_type - 276) + 1] = HIDWORD(pParty->uTimePlayed), |
7052 v23) ) | 7052 v23) ) |
7053 return; | 7053 return; |
7054 bFlashHistoryBook = 1; | 7054 bFlashHistoryBook = 1; |
7055 } | 7055 } |